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?? | 00111111010100000011111100111111 | 3f503f3f |
SJIS-WIN | 短P臓贈 | 10010010010110100101000010010001100111111001000110100001 | 925a50919f91a1 |
EUC-JP | 短P臓贈 | 11000011101110110101000011000010101000011100001010100011 | c3bb50c2a1c2a3 |
UTF-8 | 短P臓贈 | 11100111100111111010110101010000111010001000011110010011111010001011010010001000 | e79fad50e88793e8b488 |
UHC | 短P?贈 | 110100111010110101010000001111111111000111111100 | d3ad503ff1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)