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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟯ウ縲南肇 | 111001011011001010110011111000111000000010010011111011001001010010100011 | e5b2b3e38093ec94a3 |
EUC-JP | 蟯ウ縲南肇 | 11101010101101001000111010110011111001011110000011000110111011101100100010100101 | eab48eb3e5e0c6eec8a5 |
UTF-8 | 蟯ウ縲南肇 | 111010001001111110101111111011111011110110110011111001111011100010110010111001011000110110010111111010001000001010000111 | e89fafefbdb3e7b8b2e58d97e88287 |
UHC | 蟯??南肇 | 1110100110101000001111110011111111010001111101011111000011011100 | e9a83f3fd1f5f0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)