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 | ????nB | 001111110011111100111111001111110110111001000010 | 3f3f3f3f6e42 |
SJIS-WIN | 萵゙靏スnB | 1110010011100000110111101111101111110001101111010110111001000010 | e4e0defbf1bd6e42 |
EUC-JP | 萵゙靏スnB | 1110100011100010100011101101111010001111111001111011000110001110101111010110111001000010 | e8e28ede8fe7b18ebd6e42 |
UTF-8 | 萵゙靏スnB | 1110100010010000101101011110111110111110100111101110100110011101100011111110111110111101101111010110111001000010 | e890b5efbe9ee99d8fefbdbd6e42 |
UHC | ????nB | 001111110011111100111111001111110110111001000010 | 3f3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)