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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 雕?第救B | 1110100010111000001111111001000111100110100010110111111001000010 | e8b83f91e68b7e42 |
EUC-JP | 雕?第救B | 1111000010111010001111111100001011101000101101011101111101000010 | f0ba3fc2e8b5df42 |
UTF-8 | 雕렏第救B | 11101001100110111001010111101011101000001000111111100111101011001010110011100110100101011001000101000010 | e99b95eba08fe7acace6959142 |
UHC | 雕렏第救B | 111100001110011110001110101001011111000010101111110011111010110101000010 | f0e78ea5f0afcfad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)