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臓村 | 10010010010110100101000010010001100111111001000110111010 | 925a50919f91ba |
EUC-JP | 短P臓村 | 11000011101110110101000011000010101000011100001010111100 | c3bb50c2a1c2bc |
UTF-8 | 短P臓村 | 11100111100111111010110101010000111010001000011110010011111001101001110110010001 | e79fad50e88793e69d91 |
UHC | 短P?村 | 110100111010110101010000001111111111010110111101 | d3ad503ff5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)