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 | 譯悌囈 | 111001101010000110010010111011101001101010010100 | e6a192ee9a94 |
EUC-JP | 譯悌囈 | 111011001010001111000100111100001101001111110100 | eca3c4f0d3f4 |
UTF-8 | 譯悌囈 | 111010001010110110101111111001101000001010001100111001011001101110001000 | e8adafe6828ce59b88 |
UHC | 譯悌? | 1110011010111011111100001010101000111111 | e6bbf0aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)