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 | 001111110011111100111111001111110100001101000001 | 3f3f3f3f4341 |
SJIS-WIN | ????CA | 001111110011111100111111001111110100001101000001 | 3f3f3f3f4341 |
EUC-JP | ????CA | 001111110011111100111111001111110100001101000001 | 3f3f3f3f4341 |
UTF-8 | 렻렩렺렔CA | 1110101110100000101110111110101110100000101010011110101110100000101110101110101110100000100101000100001101000001 | eba0bbeba0a9eba0baeba0944341 |
UHC | 렻렩렺렔CA | 10001110110000111000111010110111100011101100001010001110101010010100001101000001 | 8ec38eb78ec28ea94341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)