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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | 駿?瀞?SB | 1000111101111000001111111001001111010010001111110101001101000010 | 8f783f93d23f5342 |
EUC-JP | 駿?瀞?SB | 1011110111011001001111111100011011010100001111110101001101000010 | bdd93fc6d43f5342 |
UTF-8 | 駿렏瀞렕SB | 1110100110100111101111111110101110100000100011111110011110000000100111101110101110100000100101010101001101000010 | e9a7bfeba08fe7809eeba0955342 |
UHC | 駿렏瀞렕SB | 11110001111001111000111010100101111011111110011110001110101010100101001101000010 | f1e78ea5efe78eaa5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)