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 | 佇?毋 | 1001100011001000001111111001111101111000 | 98c83f9f78 |
EUC-JP | 佇?毋 | 1101000011001010001111111101110111011001 | d0ca3fddd9 |
UTF-8 | 佇ㅽ毋 | 111001001011110110000111111000111000010110111101111001101010111110001011 | e4bd87e385bde6af8b |
UHC | 佇ㅽ毋 | 111011101011011110100100111011011101100111101100 | eeb7a4edd9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)