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 | 夕繕鼠 | 100101110101101110010001010101011001000101101100 | 975b9155916c |
EUC-JP | 夕繕鼠 | 110011011011110011000001101101101100000111001101 | cdbcc1b6c1cd |
UTF-8 | 夕繕鼠 | 111001011010010010010101111001111011100110010101111010011011110010100000 | e5a495e7b995e9bca0 |
UHC | 夕繕鼠 | 111000001010101011100000110010111110000010101001 | e0aae0cbe0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)