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 | 癲??日? | 11100001100111110011111100111111100100111111101000111111 | e19f3f3f93fa3f |
EUC-JP | 癲??日? | 11100010101000010011111100111111110001101111110000111111 | e2a13f3fc6fc3f |
UTF-8 | 癲얘퇉日밄 | 111001111001100110110010111011001001011010011000111011011000011110001001111001101001011110100101111010111011000010000100 | e799b2ec9698ed8789e697a5ebb084 |
UHC | 癲얘퇉日밄 | 11101111101001101011111011101010101101111001101011101100111011011001001101000010 | efa6beeab79aeced9342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)