To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 葆э酬] | 11100100110111001000010010001111100011110101011001011101 | e4dc848f8f565d |
EUC-JP | 葆э酬] | 11101000110111101010011111101111101111011011011101011101 | e8dea7efbdb75d |
UTF-8 | 葆э酬] | 111010001001000110000110110100011000110111101001100001011010110001011101 | e89186d18de985ac5d |
UHC | ?э酬] | 001111111010110011101111111000101100011001011101 | 3facefe2c65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)