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 | wôBF | 100101010111011110000001111101000100001001000110 | 957781f44246 |
SJIS-WIN | ?w??BF | 001111110111011100111111001111110100001001000110 | 3f773f3f4246 |
EUC-JP | ?w?ôBF | 0011111101110111001111111000111110101011110101000100001001000110 | 3f773f8fabd44246 |
UTF-8 | wôBF | 110000101001010101110111110000101000000111000011101101000100001001000110 | c29577c281c3b44246 |
UHC | ?w??BF | 001111110111011100111111001111110100001001000110 | 3f773f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)