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 | ?px | 001111110111000001111000 | 3f7078 |
SJIS-WIN | 雨px | 10001001010010100111000001111000 | 894a7078 |
EUC-JP | 雨px | 10110001101010110111000001111000 | b1ab7078 |
UTF-8 | 雨px | 1110100110011011101010000111000001111000 | e99ba87078 |
UHC | 雨px | 11101001111010110111000001111000 | e9eb7078 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)