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 | 廛?誣 | 1001110001000100001111111110011001110111 | 9c443fe677 |
EUC-JP | 廛?誣 | 1101011110100101001111111110101111011000 | d7a53febd8 |
UTF-8 | 廛ㅽ誣 | 111001011011101110011011111000111000010110111101111010001010101010100011 | e5bb9be385bde8aaa3 |
UHC | 廛ㅽ誣 | 111011101111100010100100111011011101100111110100 | eef8a4edd9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)