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 | AªAW | 10010010010000011001000110101010100100100100000101010111 | 924191aa924157 |
SJIS-WIN | ?A???AW | 00111111010000010011111100111111001111110100000101010111 | 3f413f3f3f4157 |
EUC-JP | ?A?ª?AW | 001111110100000100111111100011111010001011101100001111110100000101010111 | 3f413f8fa2ec3f4157 |
UTF-8 | AªAW | 1100001010010010010000011100001010010001110000101010101011000010100100100100000101010111 | c29241c291c2aac2924157 |
UHC | ?A?ª?AW | 0011111101000001001111111010100010100011001111110100000101010111 | 3f413fa8a33f4157 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)