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 | 罌??寃?? | 1110001110100000001111110011111110011011100000110011111100111111 | e3a03f3f9b833f3f |
EUC-JP | 罌??寃?? | 1110011010100010001111110011111111010101111000110011111100111111 | e6a23f3fd5e33f3f |
UTF-8 | 罌산퉩寃쀥뎄 | 111001111011110110001100111011001000001010110000111011011000100110101001111001011010111110000011111011001000000010100101111010111000111010000100 | e7bd8cec82b0ed89a9e5af83ec80a5eb8e84 |
UHC | 罌산퉩寃쀥뎄 | 111001011010001010111011111010101011100110000001111010101011001010010111111001011011010110101100 | e5a2bbeab981eab297e5b5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)