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 | ?????aH | 00111111001111110011111100111111001111110110000101001000 | 3f3f3f3f3f6148 |
SJIS-WIN | 姙???楮aH | 100110110100101100111111001111110011111110011110101110000110000101001000 | 9b4b3f3f3f9eb86148 |
EUC-JP | 姙???楮aH | 110101011010110000111111001111110011111111011100101110100110000101001000 | d5ac3f3f3fdcba6148 |
UTF-8 | 姙얩렩ㅽ楮aH | 1110010110100111100110011110110010010110101010011110101110100000101010011110001110000101101111011110011010100101101011100110000101001000 | e5a799ec96a9eba0a9e385bde6a5ae6148 |
UHC | 姙얩렩ㅽ楮aH | 111011001111010110111110111011011000111010110111101001001110110111101110101111110110000101001000 | ecf5beed8eb7a4edeebf6148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)