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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 鈹嫉^ | 1111101111001010100011101011100101011110 | fbca8eb95e |
EUC-JP | 鈹嫉^ | 100011111110001111010100101111001011101101011110 | 8fe3d4bcbb5e |
UTF-8 | 鈹嫉^ | 11101001100010001011100111100101101010111000100101011110 | e988b9e5ab895e |
UHC | ?嫉^ | 00111111111100101110110001011110 | 3ff2ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)