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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娃??烏?? | 1000100010100001001111110011111110001001010001110011111100111111 | 88a13f3f89473f3f |
EUC-JP | 娃??烏?? | 1011000010100011001111110011111110110001101010000011111100111111 | b0a33f3fb1a83f3f |
UTF-8 | 娃됬덱烏녻걀 | 111001011010100010000011111010111001000010101100111010111000110110110001111001111000001110001111111010111000010110111011111010101011000110000000 | e5a883eb90aceb8db1e7838feb85bbeab180 |
UHC | 娃됬덱烏녻걀 | 111010001101111110001001111001111011010110100110111010001010000110000110111010001011000010111111 | e8df89e7b5a6e8a186e8b0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)