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 | ???CA | 0011111100111111001111110100001101000001 | 3f3f3f4341 |
SJIS-WIN | 弱??CA | 100011101110001100111111001111110100001101000001 | 8ee33f3f4341 |
EUC-JP | 弱??CA | 101111001110010100111111001111110100001101000001 | bce53f3f4341 |
UTF-8 | 弱뉖젡CA | 1110010110111100101100011110101110001001100101101110110010100000101000010100001101000001 | e5bcb1eb8996eca0a14341 |
UHC | 弱뉖젡CA | 1110010110110000100001111110101110100000100110100100001101000001 | e5b087eba09a4341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)