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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒸?義?躪 | 1000111111110110001111111000101101100000001111111110011101011000 | 8ff63f8b603fe758 |
EUC-JP | 蒸?義?躪 | 1011111011111000001111111011010111000001001111111110110110111001 | bef83fb5c13fedb9 |
UTF-8 | 蒸렟義꿱躪 | 111010001001001010111000111010111010000010011111111001111011111010101001111010101011111110110001111010001011101010101010 | e892b8eba09fe7bea9eabfb1e8baaa |
UHC | 蒸렟義꿱躪 | 11110001111110101000111010110000111010111111100110110010111010001101011111110101 | f1fa8eb0ebf9b2e8d7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)