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 | 蝪。邯灘竊 | 111001011010000110100001111001111011011010010011111001011110001010000110 | e5a1a1e7b693e5e286 |
EUC-JP | 蝪。邯灘竊 | 11101010101000111000111010100001111011101011100011000110111001111110001111100110 | eaa38ea1eeb8c6e7e3e6 |
UTF-8 | 蝪。邯灘竊 | 111010001001110110101010111011111011110110100001111010011000001010101111111001111000000110011000111001111010101110001010 | e89daaefbda1e982afe78198e7ab8a |
UHC | ??邯灘竊 | 0011111100111111110010101111101111110111101010001110111110111100 | 3f3fcafbf7a8efbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)