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 | 鼇??寃?? | 1110101010000111001111110011111110011011100000110011111100111111 | ea873f3f9b833f3f |
EUC-JP | 鼇??寃?? | 1111001111100111001111110011111111010101111000110011111100111111 | f3e73f3fd5e33f3f |
UTF-8 | 鼇앷퍌寃쏂쁻 | 111010011011110010000111111011001001010110110111111011011000110110001100111001011010111110000011111011001000111110000010111011001000000110111011 | e9bc87ec95b7ed8d8ce5af83ec8f82ec81bb |
UHC | 鼇앷퍌寃쏂쁻 | 111010001010100010011101111010101011101110000011111010101011001010011011111010001001100010000010 | e8a89deabb83eab29be89882 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)