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 | ??P??PB | 00111111001111110101000000111111001111110101000001000010 | 3f3f503f3f5042 |
SJIS-WIN | ??P??PB | 00111111001111110101000000111111001111110101000001000010 | 3f3f503f3f5042 |
EUC-JP | ??P??PB | 00111111001111110101000000111111001111110101000001000010 | 3f3f503f3f5042 |
UTF-8 | 책혖P책혖PB | 111011001011000110000101111011011001100010010110010100001110110010110001100001011110110110011000100101100101000001000010 | ecb185ed989650ecb185ed98965042 |
UHC | 책혖P책혖PB | 1100001110100101110000101000000101010000110000111010010111000010100000010101000001000010 | c3a5c28150c3a5c2815042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)