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 | セヒ写湿蔀 | 1011111011001011100011101100101010001110101111001000111011000001 | becb8eca8ebc8ec1 |
EUC-JP | セヒ写湿蔀 | 10001110101111101000111011001011101111001100110010111100101111101011110011000011 | 8ebe8ecbbcccbcbebcc3 |
UTF-8 | セヒ写湿蔀 | 111011111011110110111110111011111011111010001011111001011000011010011001111001101011100110111111111010001001010010000000 | efbdbeefbe8be58699e6b9bfe89480 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)