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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 萠借尺B | 11100100110011001000111011011000100011101101101001000010 | e4cc8ed88eda42 |
EUC-JP | 萠借尺B | 11101000110011101011110011011010101111001101110001000010 | e8cebcdabcdc42 |
UTF-8 | 萠借尺B | 11101000100100001010000011100101100000001001111111100101101100001011101001000010 | e890a0e5809fe5b0ba42 |
UHC | ?借尺B | 001111111111001110101000111101001010100101000010 | 3ff3a8f4a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)