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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?篩? | 00111111111000101011111100111111 | 3fe2bf3f |
EUC-JP | 翟篩? | 100011111101010110111100111001001100000100111111 | 8fd5bce4c13f |
UTF-8 | 翟篩땠 | 111001111011111110011111111001111010111110101001111010111001010110100000 | e7bf9fe7afa9eb95a0 |
UHC | 翟篩땠 | 111011101110000111011110111010001011011010101110 | eee1dee8b6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)