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 | APzAPzB | 1001001001000001100100100101000001111010100100100100000110010010010100000111101001000010 | 924192507a924192507a42 |
SJIS-WIN | ?A?Pz?A?PzB | 0011111101000001001111110101000001111010001111110100000100111111010100000111101001000010 | 3f413f507a3f413f507a42 |
EUC-JP | ?A?Pz?A?PzB | 0011111101000001001111110101000001111010001111110100000100111111010100000111101001000010 | 3f413f507a3f413f507a42 |
UTF-8 | APzAPzB | 110000101001001001000001110000101001001001010000011110101100001010010010010000011100001010010010010100000111101001000010 | c29241c292507ac29241c292507a42 |
UHC | ?A?Pz?A?PzB | 0011111101000001001111110101000001111010001111110100000100111111010100000111101001000010 | 3f413f507a3f413f507a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)