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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜊壺剥 | 111001011000110110011010111000101001010010001101 | e58d9ae2948d |
EUC-JP | 蜊壺剥 | 111010011110110111010100111001001100011111101101 | e9edd4e4c7ed |
UTF-8 | 蜊壺剥 | 111010001001110010001010111001011010001110111010111001011000100110100101 | e89c8ae5a3bae589a5 |
UHC | ?壺? | 00111111111110111011111000111111 | 3ffbbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)