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 | 11111011011011111000101011101010100000011011110001000010 | fb6f8aea81bc42 |
EUC-JP | 畯伎⊂B | 1000111111001101101110111011010011101100101000101011111001000010 | 8fcdbbb4eca2be42 |
UTF-8 | 畯伎⊂B | 11100111100101011010111111100100101111001000111011100010100010101000001001000010 | e795afe4bc8ee28a8242 |
UHC | 畯伎⊂B | 11110001111000011101000011101011101000011111100001000010 | f1e1d0eba1f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)