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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髣懈瑳隕ァ | 111010011001011110011100111001101000110110111010111010001010011010100111 | e9979ce68dbae8a6a7 |
EUC-JP | 髣懈瑳隕ァ | 11110001111101111101100011101000101110101011110011110000101010001000111010100111 | f1f7d8e8babcf0a88ea7 |
UTF-8 | 髣懈瑳隕ァ | 111010011010101110100011111001101000011110001000111001111001000110110011111010011001101010010101111011111011110110100111 | e9aba3e68788e791b3e99a95efbda7 |
UHC | ?懈?隕? | 00111111111110101010101100111111111010101010001000111111 | 3ffaab3feaa23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)