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?Ph?A?P | 001111110100000100111111010100000110100000111111010000010011111101010000 | 3f413f50683f413f50 |
SJIS-WIN | ?A?Ph?A?P | 001111110100000100111111010100000110100000111111010000010011111101010000 | 3f413f50683f413f50 |
EUC-JP | ?A?Ph?A?P | 001111110100000100111111010100000110100000111111010000010011111101010000 | 3f413f50683f413f50 |
UTF-8 | 혪A혪Ph혪A혪P | 1110110110011000101010100100000111101101100110001010101001010000011010001110110110011000101010100100000111101101100110001010101001010000 | ed98aa41ed98aa5068ed98aa41ed98aa50 |
UHC | 혪A혪Ph혪A혪P | 11000010100100100100000111000010100100100101000001101000110000101001001001000001110000101001001001010000 | c29241c2925068c29241c29250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)