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???P??^ | 001111110101000000111111001111110011111101010000001111110011111101011110 | 3f503f3f3f503f3f5e |
SJIS-WIN | ?P???P??^ | 001111110101000000111111001111110011111101010000001111110011111101011110 | 3f503f3f3f503f3f5e |
EUC-JP | ?P???P??^ | 001111110101000000111111001111110011111101010000001111110011111101011110 | 3f503f3f3f503f3f5e |
UTF-8 | 묭P묪뫔묭P묪뫔^ | 111010111010110010101101010100001110101110101100101010101110101110101011100101001110101110101100101011010101000011101011101011001010101011101011101010111001010001011110 | ebacad50ebacaaebab94ebacad50ebacaaebab945e |
UHC | 묭P묪뫔묭P묪뫔^ | 100100100100010001010000100100100100001010010001101101101001001001000100010100001001001001000010100100011011011001011110 | 924450924291b6924450924291b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)