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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 謁眈Lh謁眈L | 1000100101111001111000011011110001001100011010001000100101111001111000011011110001001100 | 8979e1bc4c688979e1bc4c |
EUC-JP | 謁眈Lh謁眈L | 1011000111011010111000101011111001001100011010001011000111011010111000101011111001001100 | b1dae2be4c68b1dae2be4c |
UTF-8 | 謁眈Lh謁眈L | 111010001010110010000001111001111001110010001000010011000110100011101000101011001000000111100111100111001000100001001100 | e8ac81e79c884c68e8ac81e79c884c |
UHC | 謁眈Lh謁眈L | 1110010011010111111101111010111101001100011010001110010011010111111101111010111101001100 | e4d7f7af4c68e4d7f7af4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)