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 | åÝVßå | 1110010111011101100111010101011011011111111001011001110010000110 | e5dd9d56dfe59c86 |
SJIS-WIN | ???V???? | 0011111100111111001111110101011000111111001111110011111100111111 | 3f3f3f563f3f3f3f |
EUC-JP | åÝ?Vßå?? | 10001111101010111010100110001111101010101111001000111111010101101000111110101001110011101000111110101011101010010011111100111111 | 8faba98faaf23f568fa9ce8faba93f3f |
UTF-8 | åÝVßå | 110000111010010111000011100111011100001010011101010101101100001110011111110000111010010111000010100111001100001010000110 | c3a5c39dc29d56c39fc3a5c29cc286 |
UHC | ???Vß??? | 001111110011111100111111010101101010100110101100001111110011111100111111 | 3f3f3f56a9ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)