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?D?A?X | 0011111101000001001111110100010000111111010000010011111101011000 | 3f413f443f413f58 |
SJIS-WIN | ?A?D?A?X | 0011111101000001001111110100010000111111010000010011111101011000 | 3f413f443f413f58 |
EUC-JP | ?A?D?A?X | 0011111101000001001111110100010000111111010000010011111101011000 | 3f413f443f413f58 |
UTF-8 | 혪A혪D혪A혪X | 11101101100110001010101001000001111011011001100010101010010001001110110110011000101010100100000111101101100110001010101001011000 | ed98aa41ed98aa44ed98aa41ed98aa58 |
UHC | 혪A혪D혪A혪X | 110000101001001001000001110000101001001001000100110000101001001001000001110000101001001001011000 | c29241c29244c29241c29258 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)