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 | 001111111001000011100110100010010110101101000010 | 3f90e6896b42 |
EUC-JP | ?先洩B | 001111111100000011101000101100011100110001000010 | 3fc0e8b1cc42 |
UTF-8 | 卨先洩B | 11100101100011011010100011100101100001011000100011100110101101001010100101000010 | e58da8e58588e6b4a942 |
UHC | 卨先洩B | 11100000110110011110000010111011111000001101110101000010 | e0d9e0bbe0dd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)