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 | 穩??倭? | 11100010011100100011111100111111100110000110000000111111 | e2723f3f98603f |
EUC-JP | 穩??倭? | 11100011110100110011111100111111110011111100000100111111 | e3d33f3fcfc13f |
UTF-8 | 穩멨엹倭둔 | 111001111010100110101001111010111010100110101000111011001001011110111001111001011000000010101101111010111001000110010100 | e7a9a9eba9a8ec97b9e580adeb9194 |
UHC | 穩멨엹倭둔 | 11101000101100011011100011100101100111101000101111101000110111101011010111010000 | e8b1b8e59e8be8deb5d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)