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 | 帳ε?帳 | 10010010101000001000001111000011001111111001001010100000 | 92a083c33f92a0 |
EUC-JP | 帳ε?帳 | 11000100101000101010011011000101001111111100010010100010 | c4a2a6c53fc4a2 |
UTF-8 | 帳ε쳣帳 | 1110010110111000101100111100111010110101111011001011001110100011111001011011100010110011 | e5b8b3ceb5ecb3a3e5b8b3 |
UHC | 帳ε쳣帳 | 1110110111100011101001011110010110101011100010011110110111100011 | ede3a5e5ab89ede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)