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 | 罌살뜴寃쏁뼨 | 111001111011110110001100111011001000001010110100111010111001110010110100111001011010111110000011111011001000111110000001111010111011110010101000 | e7bd8cec82b4eb9cb4e5af83ec8f81ebbca8 |
UHC | 罌살뜴寃쏁뼨 | 111001011010001010111011111011001000110110110010111010101011001010011011111001111001011010101011 | e5a2bbec8db2eab29be796ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)