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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 迭沿 | 10010011010100101000100110001000 | 93528988 |
EUC-JP | 迭沿 | 11000101101100111011000111101000 | c5b3b1e8 |
UTF-8 | 迭沿 | 111010001011111110101101111001101011001010111111 | e8bfade6b2bf |
UHC | 迭沿 | 11110010111101111110011011001101 | f2f7e6cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)