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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??蚓??茵^ | 001111110011111111100101011011010011111100111111111001001001111101011110 | 3f3fe56d3f3fe49f5e |
EUC-JP | ??蚓??茵^ | 001111110011111111101001110011100011111100111111111010001010000101011110 | 3f3fe9ce3f3fe8a15e |
UTF-8 | 렯롙蚓렯롙茵^ | 11101011101000001010111111101011101000011001100111101000100110101001001111101011101000001010111111101011101000011001100111101000100011001011010101011110 | eba0afeba199e89a93eba0afeba199e88cb55e |
UHC | 렯롙蚓렯롙茵^ | 10001110101111001000111011011101111011001110001010001110101111001000111011011101111011001110000001011110 | 8ebc8eddece28ebc8eddece05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)