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 | ???c? | 0011111100111111001111110110001100111111 | 3f3f3f633f |
SJIS-WIN | 壅??c橈 | 10011010110101110011111100111111011000111001111011110100 | 9ad73f3f639ef4 |
EUC-JP | 壅??c橈 | 11010100110110010011111100111111011000111101110011110110 | d4d93f3f63dcf6 |
UTF-8 | 壅놂쉭c橈 | 11100101101000111000010111101011100001101000001011101100100010011010110101100011111001101010100110001000 | e5a385eb8682ec89ad63e6a988 |
UHC | 壅놂쉭c橈 | 111010001011010110110011111011111011110110101101011000111110100011111010 | e8b5b3efbdad63e8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)