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 | ??????kB | 0011111100111111001111110011111100111111001111110110101101000010 | 3f3f3f3f3f3f6b42 |
SJIS-WIN | ????涅?kB | 001111110011111100111111001111111001111110111000001111110110101101000010 | 3f3f3f3f9fb83f6b42 |
EUC-JP | ????涅?kB | 001111110011111100111111001111111101111010111010001111110110101101000010 | 3f3f3f3fdeba3f6b42 |
UTF-8 | 렱렚속씬涅렊kB | 1110101110100000101100011110101110100000100110101110110010000110100011011110110010010100101011001110011010110110100001011110101110100000100010100110101101000010 | eba0b1eba09aec868dec94ace6b685eba08a6b42 |
UHC | 렱렚속씬涅렊kB | 1000111010111110100011101010110110111100110100111011111011000000111001101110111010001110101000010110101101000010 | 8ebe8eadbcd3bec0e6ee8ea16b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)