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?? | 0011111100111111001111110011111101000011010000010011111100111111 | 3f3f3f3f43413f3f |
SJIS-WIN | ????CA?? | 0011111100111111001111110011111101000011010000010011111100111111 | 3f3f3f3f43413f3f |
EUC-JP | ????CA?? | 0011111100111111001111110011111101000011010000010011111100111111 | 3f3f3f3f43413f3f |
UTF-8 | 렯렽렯렯CA렯렽 | 1110101110100000101011111110101110100000101111011110101110100000101011111110101110100000101011110100001101000001111010111010000010101111111010111010000010111101 | eba0afeba0bdeba0afeba0af4341eba0afeba0bd |
UHC | 렯렽렯렯CA렯렽 | 1000111010111100100011101100010110001110101111001000111010111100010000110100000110001110101111001000111011000101 | 8ebc8ec58ebc8ebc43418ebc8ec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)