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 | 1110100010100101101100100111110101101001111010001010010110110010011111010110100101000010 | e8a5b27d69e8a5b27d6942 |
EUC-JP | 隘イ}i隘イ}iB | 11110000101001111000111010110010011111010110100111110000101001111000111010110010011111010110100101000010 | f0a78eb27d69f0a78eb27d6942 |
UTF-8 | 隘イ}i隘イ}iB | 1110100110011010100110001110111110111101101100100111110101101001111010011001101010011000111011111011110110110010011111010110100101000010 | e99a98efbdb27d69e99a98efbdb27d6942 |
UHC | 隘?}i隘?}iB | 1110010011110110001111110111110101101001111001001111011000111111011111010110100101000010 | e4f63f7d69e4f63f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)