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 | 譽?矮 | 1110011010100011001111111110000111100010 | e6a33fe1e2 |
EUC-JP | 譽?矮 | 1110110010100101001111111110001011100100 | eca53fe2e4 |
UTF-8 | 譽숷矮 | 111010001010110110111101111011001000100010110111111001111001111110101110 | e8adbdec88b7e79fae |
UHC | 譽숷矮 | 111001111110001010011010010011001110100011100001 | e7e29a4ce8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)