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?Y?G?P | 0011111101000001001111110101100100111111010001110011111101010000 | 3f413f593f473f50 |
SJIS-WIN | ?A?Y?G?P | 0011111101000001001111110101100100111111010001110011111101010000 | 3f413f593f473f50 |
EUC-JP | ?A?Y?G?P | 0011111101000001001111110101100100111111010001110011111101010000 | 3f413f593f473f50 |
UTF-8 | 혪A혪Y혪G혪P | 11101101100110001010101001000001111011011001100010101010010110011110110110011000101010100100011111101101100110001010101001010000 | ed98aa41ed98aa59ed98aa47ed98aa50 |
UHC | 혪A혪Y혪G혪P | 110000101001001001000001110000101001001001011001110000101001001001000111110000101001001001010000 | c29241c29259c29247c29250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)