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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 蹂鍋査G | 11100110111110001001001111100111100011011011100001000111 | e6f893e78db847 |
EUC-JP | 蹂鍋査G | 11101100111110101100011011101001101110101011101001000111 | ecfac6e9baba47 |
UTF-8 | 蹂鍋査G | 11101000101110011000001011101001100011011000101111100110100111111011101101000111 | e8b982e98d8be69fbb47 |
UHC | 蹂鍋査G | 11101011101100111100111010100111110111101101101101000111 | ebb3cea7dedb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)