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 | 鹽??畏? | 11101010011001000011111100111111100010001101100000111111 | ea643f3f88d83f |
EUC-JP | 鹽??畏? | 11110011110001010011111100111111101100001101101000111111 | f3c53f3fb0da3f |
UTF-8 | 鹽얗눈畏둯 | 111010011011100110111101111011001001011010010111111010111000100010001000111001111001010110001111111010111001000110101111 | e9b9bdec9697eb8888e7958feb91af |
UHC | 鹽얗눈畏둯 | 11100111101001001011111011101001101101001010101111101000111001101000101001101000 | e7a4bee9b4abe8e68a68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)