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 | 螳誤掠 | 111001011010111010001100111010111001011110101001 | e5ae8ceb97a9 |
EUC-JP | 螳誤掠 | 111010101011000010111000111011011100111010101011 | eab0b8edceab |
UTF-8 | 螳誤掠 | 111010001001111010110011111010001010101010100100111001101000111010100000 | e89eb3e8aaa4e68ea0 |
UHC | 螳誤掠 | 110100111101100111101000101001101101010111010011 | d3d9e8a6d5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)