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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 帳??橈?? | 1001001010100000001111110011111110011110111101000011111100111111 | 92a03f3f9ef43f3f |
EUC-JP | 帳??橈?? | 1100010010100010001111110011111111011100111101100011111100111111 | c4a23f3fdcf63f3f |
UTF-8 | 帳쏉슐橈놄뿢 | 111001011011100010110011111011001000111110001001111011001000101010010000111001101010100110001000111010111000011010000100111010111011111110100010 | e5b8b3ec8f89ec8a90e6a988eb8684ebbfa2 |
UHC | 帳쏉슐橈놄뿢 | 111011011110001110011011111011111011110110110110111010001111101010000110111011101001011110100010 | ede39befbdb6e8fa86ee97a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)