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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 帳??張 | 100100101010000000111111001111111001001010100011 | 92a03f3f92a3 |
EUC-JP | 帳??張 | 110001001010001000111111001111111100010010100101 | c4a23f3fc4a5 |
UTF-8 | 帳녔굢張 | 111001011011100010110011111010111000010110010100111010101011010110100010111001011011110010110101 | e5b8b3eb8594eab5a2e5bcb5 |
UHC | 帳녔굢張 | 1110110111100011101100111110011010000010100010011110110111100101 | ede3b3e68289ede5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)