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 | 謌誤鴫 | 111001101000100010001100111010111000111010110000 | e6888ceb8eb0 |
EUC-JP | 謌誤鴫 | 111010111110100010111000111011011011110010110010 | ebe8b8edbcb2 |
UTF-8 | 謌誤鴫 | 111010001010110010001100111010001010101010100100111010011011010010101011 | e8ac8ce8aaa4e9b4ab |
UHC | ?誤? | 00111111111010001010011000111111 | 3fe8a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)