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 | ??孵??孵^ | 001111110011111110011011011110100011111100111111100110110111101001011110 | 3f3f9b7a3f3f9b7a5e |
EUC-JP | ??孵??孵^ | 001111110011111111010101110110110011111100111111110101011101101101011110 | 3f3fd5db3f3fd5db5e |
UTF-8 | 룶깹孵룶깹孵^ | 11101011101000111011011011101010101110011011100111100101101011011011010111101011101000111011011011101010101110011011100111100101101011011011010101011110 | eba3b6eab9b9e5adb5eba3b6eab9b9e5adb55e |
UHC | 룶깹孵룶깹孵^ | 10001111101010111011001010100001110111011010001010001111101010111011001010100001110111011010001001011110 | 8fabb2a1dda28fabb2a1dda25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)