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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???蔘 | 0011111100111111001111111110010011110011 | 3f3f3fe4f3 |
EUC-JP | ???蔘 | 0011111100111111001111111110100011110101 | 3f3f3fe8f5 |
UTF-8 | 뎚묨몳蔘 | 111010111000111010011010111010111010110010101000111010111010101010110011111010001001010010011000 | eb8e9aebaca8ebaab3e89498 |
UHC | 뎚묨몳蔘 | 1000100101101011100100100100000110010001100110111101111110111000 | 896b9241919bdfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)