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 | 疇稙疇稟疇 | 11100001011001011110001001100101111000010110010111100010011001111110000101100101 | e165e265e165e267e165 |
EUC-JP | 疇稙疇稟疇 | 11100001110001101110001111000110111000011100011011100011110010001110000111000110 | e1c6e3c6e1c6e3c8e1c6 |
UTF-8 | 疇稙疇稟疇 | 111001111001011010000111111001111010100010011001111001111001011010000111111001111010100010011111111001111001011010000111 | e79687e7a899e79687e7a89fe79687 |
UHC | 疇稙疇稟疇 | 11110001110000101111001011000010111100011100001011111001101000101111000111000010 | f1c2f2c2f1c2f9a2f1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)