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 | úÐ}iúÐ}iB | 111110101101000001111101011010011111101011010000011111010110100101000010 | fad07d69fad07d6942 |
SJIS-WIN | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
EUC-JP | ú?}iú?}iB | 10001111101010111110001000111111011111010110100110001111101010111110001000111111011111010110100101000010 | 8fabe23f7d698fabe23f7d6942 |
UTF-8 | úÐ}iúÐ}iB | 11000011101110101100001110010000011111010110100111000011101110101100001110010000011111010110100101000010 | c3bac3907d69c3bac3907d6942 |
UHC | ?Ð}i?Ð}iB | 0011111110101000101000100111110101101001001111111010100010100010011111010110100101000010 | 3fa8a27d693fa8a27d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)