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 | 001111110011111100111111001111110101000001000010 | 3f3f3f3f5042 |
SJIS-WIN | シト偲痔PB | 1011110011000100100011101100001110001110101001000101000001000010 | bcc48ec38ea45042 |
EUC-JP | シト偲痔PB | 10001110101111001000111011000100101111001100010110111100101001100101000001000010 | 8ebc8ec4bcc5bca65042 |
UTF-8 | シト偲痔PB | 1110111110111101101111001110111110111110100001001110010110000001101100101110011110010111100101000101000001000010 | efbdbcefbe84e581b2e797945042 |
UHC | ???痔PB | 00111111001111110011111111110110110000000101000001000010 | 3f3f3ff6c05042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)