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 | «Ò«ªPB | 1000111110101011110100101000111110101011101010100101000001000010 | 8fabd28fabaa5042 |
SJIS-WIN | ??????PB | 0011111100111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f3f5042 |
EUC-JP | ??Ò??ªPB | 001111110011111110001111101010101101001000111111001111111000111110100010111011000101000001000010 | 3f3f8faad23f3f8fa2ec5042 |
UTF-8 | «Ò«ªPB | 1100001010001111110000101010101111000011100100101100001010001111110000101010101111000010101010100101000001000010 | c28fc2abc392c28fc2abc2aa5042 |
UHC | ?????ªPB | 001111110011111100111111001111110011111110101000101000110101000001000010 | 3f3f3f3f3fa8a35042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)