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 | ??^?? | 0011111100111111010111100011111100111111 | 3f3f5e3f3f |
SJIS-WIN | ??^?? | 0011111100111111010111100011111100111111 | 3f3f5e3f3f |
EUC-JP | ??^?? | 0011111100111111010111100011111100111111 | 3f3f5e3f3f |
UTF-8 | 쩔찼^횤쨔 | 11101100101010011001010011101100101100001011110001011110111011011001101010100100111011001010100010010100 | eca994ecb0bc5eed9aa4eca894 |
UHC | 쩔찼^횤쨔 | 110000101011111111000011101000010101111011000011100110111100001010111001 | c2bfc3a15ec39bc2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)