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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝪。邯灘竊雹 | 1110010110100001101000011110011110110110100100111110010111100010100001101110100010111001 | e5a1a1e7b693e5e286e8b9 |
EUC-JP | 蝪。邯灘竊雹 | 111010101010001110001110101000011110111010111000110001101110011111100011111001101111000010111011 | eaa38ea1eeb8c6e7e3e6f0bb |
UTF-8 | 蝪。邯灘竊雹 | 111010001001110110101010111011111011110110100001111010011000001010101111111001111000000110011000111001111010101110001010111010011001101110111001 | e89daaefbda1e982afe78198e7ab8ae99bb9 |
UHC | ??邯灘竊雹 | 00111111001111111100101011111011111101111010100011101111101111001101101011011111 | 3f3fcafbf7a8efbcdadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)