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 | 酊臀? | 1110011111000010111001000101110000111111 | e7c2e45c3f |
EUC-JP | 酊臀? | 1110111011000100111001111011110100111111 | eec4e7bd3f |
UTF-8 | 酊臀襤 | 111010011000010110001010111010001000011110000000111011111010010010100100 | e9858ae88780efa4a4 |
UHC | 酊臀襤 | 111011111111100011010100111010111101000111111101 | eff8d4ebd1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)