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 | ???西? | 001111110011111100111111100100001011110000111111 | 3f3f3f90bc3f |
EUC-JP | ???西? | 001111110011111100111111110000001011111000111111 | 3f3f3fc0be3f |
UTF-8 | 쒔롋렊西롆 | 111011001001001010010100111010111010000110001011111010111010000010001010111010001010010110111111111010111010000110000110 | ec9294eba18beba08ae8a5bfeba186 |
UHC | 쒔롋렊西롆 | 10111110101011011000111011010001100011101010000111100000101001001000111011001100 | bead8ed18ea1e0a48ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)