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 | ロ猯ト | 11011011111000001100110011000100 | dbe0ccc4 |
EUC-JP | ロ猯ト | 100011101101101111100000110011101000111011000100 | 8edbe0ce8ec4 |
UTF-8 | ロ猯ト | 111011111011111010011011111001111000110010101111111011111011111010000100 | efbe9be78cafefbe84 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)