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 | 100100011001111110010001101011011001000110011111100100100101000001000010 | 919f91ad919f925042 |
SJIS-WIN | ???????PB | 001111110011111100111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f3f3f5042 |
EUC-JP | ???????PB | 001111110011111100111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f3f3f5042 |
UTF-8 | PB | 11000010100100011100001010011111110000101001000111000010101011011100001010010001110000101001111111000010100100100101000001000010 | c291c29fc291c2adc291c29fc2925042 |
UHC | ??????PB | 00111111001111110011111110100001101010010011111100111111001111110101000001000010 | 3f3f3fa1a93f3f3f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)