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 | 彫?奚蛟? | 1001001010100100001111111001101011110110111001011000000000111111 | 92a43f9af6e5803f |
EUC-JP | 彫?奚蛟? | 1100010010100110001111111101010011111000111010011110000000111111 | c4a63fd4f8e9e03f |
UTF-8 | 彫렭奚蛟렰 | 111001011011110110101011111010111010000010101101111001011010010110011010111010001001101110011111111010111010000010110000 | e5bdabeba0ade5a59ae89b9feba0b0 |
UHC | 彫렭奚蛟렰 | 11110000110000011000111010111010111110101010100011001110111100011000111010111101 | f0c18ebafaa8cef18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)