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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??靄??^ | 00111111001111111110100011001001001111110011111101011110 | 3f3fe8c93f3f5e |
EUC-JP | ??靄??^ | 00111111001111111111000011001011001111110011111101011110 | 3f3ff0cb3f3f5e |
UTF-8 | 롔롌靄롉롚^ | 11101011101000011001010011101011101000011000110011101001100111011000010011101011101000011000100111101011101000011001101001011110 | eba194eba18ce99d84eba189eba19a5e |
UHC | 롔롌靄롉롚^ | 1000111011011000100011101101001011100100111101111000111011001111100011101101111001011110 | 8ed88ed2e4f78ecf8ede5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)