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 | 弔??豆 | 100100101010001000111111001111111001001110100100 | 92a23f3f93a4 |
EUC-JP | 弔?祜豆 | 1100010010100100001111111000111111010000110110001100011010100110 | c4a43f8fd0d8c6a6 |
UTF-8 | 弔렲祜豆 | 111001011011110010010100111010111010000010110010111001111010010110011100111010001011000110000110 | e5bc94eba0b2e7a59ce8b186 |
UHC | 弔렲祜豆 | 1111000011000000100011101011111111111011110101001101010011100111 | f0c08ebffbd4d4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)