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^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 陽怐疼c^ | 1001011101111010100111001000000111100001011101010110001101011110 | 977a9c81e175635e |
EUC-JP | 陽怐疼c^ | 1100110111011011110101111110000111100001110101100110001101011110 | cddbd7e1e1d6635e |
UTF-8 | 陽怐疼c^ | 1110100110011001101111011110011010000000100100001110011110010110101111000110001101011110 | e999bde68090e796bc635e |
UHC | 陽?疼c^ | 11100101110101010011111111010100110110010110001101011110 | e5d53fd4d9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)