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鯀 | 11101001101111110101000011101001101111111111011011100011 | e9bf50e9bff6e3 |
EUC-JP | 鯀P鯀? | 111100101100000101010000111100101100000100111111 | f2c150f2c13f |
UTF-8 | 鯀P鯀 | 11101001101011111000000001010000111010011010111110000000111011101001010010001010 | e9af8050e9af80ee948a |
UHC | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)