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 | 11110010101011111000111010110001100011101101010101000010 | f2af8eb18ed542 |
EUC-JP | ?竺遮B | 001111111011110010110011101111001101011101000010 | 3fbcb3bcd742 |
UTF-8 | 竺遮B | 11101110100001111010011011100111101010111011101011101001100000011010111001000010 | ee87a6e7abbae981ae42 |
UHC | ?竺遮B | 001111111111010111100111111100111011010001000010 | 3ff5e7f3b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)