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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 逵ゥ鮓コB | 11100111100111001010100111101001101101101011101001000010 | e79ca9e9b6ba42 |
EUC-JP | 逵ゥ鮓コB | 111011011111110010001110101010011111001010111000100011101011101001000010 | edfc8ea9f2b88eba42 |
UTF-8 | 逵ゥ鮓コB | 11101001100000001011010111101111101111011010100111101001101011101001001111101111101111011011101001000010 | e980b5efbda9e9ae93efbdba42 |
UHC | 逵???B | 110100001011000000111111001111110011111101000010 | d0b03f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)