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 | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | 腺?}i腺?}iB | 1001000101000010001111110111110101101001100100010100001000111111011111010110100101000010 | 91423f7d6991423f7d6942 |
EUC-JP | 腺?}i腺?}iB | 1100000110100011001111110111110101101001110000011010001100111111011111010110100101000010 | c1a33f7d69c1a33f7d6942 |
UTF-8 | 腺롞}i腺롞}iB | 1110100010000101101110101110101110100001100111100111110101101001111010001000010110111010111010111010000110011110011111010110100101000010 | e885baeba19e7d69e885baeba19e7d6942 |
UHC | 腺롞}i腺롞}iB | 11100000110011011000111011100000011111010110100111100000110011011000111011100000011111010110100101000010 | e0cd8ee07d69e0cd8ee07d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)