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 | 億?9肉 | 10001001101011010011111110000010010110001001001111110111 | 89ad3f825893f7 |
EUC-JP | 億?9肉 | 10110010101011110011111110100011101110011100011011111001 | b2af3fa3b9c6f9 |
UTF-8 | 億덈9肉 | 111001011000010010000100111010111000110110001000111011111011110010011001111010001000001010001001 | e58484eb8d88efbc99e88289 |
UHC | 億덈9肉 | 1110010111100010100010001110101110100011101110011110101110111111 | e5e288eba3b9ebbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)