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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 畏??}B | 100010001101100000111111001111110111110101000010 | 88d83f3f7d42 |
EUC-JP | 畏??}B | 101100001101101000111111001111110111110101000010 | b0da3f3f7d42 |
UTF-8 | 畏븃뮅}B | 1110011110010101100011111110101110111000100000111110101110101110100001010111110101000010 | e7958febb883ebae857d42 |
UHC | 畏븃뮅}B | 1110100011100110101110101110100010010010100101000111110101000010 | e8e6bae892947d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)