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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 糊暝糊暝B | 100011001101000010011101111101111000110011010000100111011111011101000010 | 8cd09df78cd09df742 |
EUC-JP | 糊暝糊暝B | 101110001101001011011010111110011011100011010010110110101111100101000010 | b8d2daf9b8d2daf942 |
UTF-8 | 糊暝糊暝B | 11100111101100111000101011100110100110101001110111100111101100111000101011100110100110101001110101000010 | e7b38ae69a9de7b38ae69a9d42 |
UHC | 糊暝糊暝B | 111110111101010111011001101001101111101111010101110110011010011001000010 | fbd5d9a6fbd5d9a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)