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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 챙횒쩌횗쩌 | 111011001011000110011001111011011001101010010010111011001010100110001100111011011001101010010111111011001010100110001100 | ecb199ed9a92eca98ced9a97eca98c |
UHC | 챙횒쩌횗쩌 | 11000011101011001100001110001101110000101011110011000011100100011100001010111100 | c3acc38dc2bcc391c2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)