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 | 1011110011000100100011101100001110001110101000110101000001000010 | bcc48ec38ea35042 |
EUC-JP | シト偲璽PB | 10001110101111001000111011000100101111001100010110111100101001010101000001000010 | 8ebc8ec4bcc5bca55042 |
UTF-8 | シト偲璽PB | 1110111110111101101111001110111110111110100001001110010110000001101100101110011110010010101111010101000001000010 | efbdbcefbe84e581b2e792bd5042 |
UHC | ???璽PB | 00111111001111110011111111011111110111100101000001000010 | 3f3f3fdfde5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)