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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 紆?駭?BF | 1110001011111100001111111110100101101110001111110100001001000110 | e2fc3fe96e3f4246 |
EUC-JP | 紆?駭?BF | 1110010011111110001111111111000111001111001111110100001001000110 | e4fe3ff1cf3f4246 |
UTF-8 | 紆렡駭퓜BF | 1110011110110100100001101110101110100000101000011110100110100111101011011110110110010011100111000100001001000110 | e7b486eba0a1e9a7aded939c4246 |
UHC | 紆렡駭퓜BF | 11101001111000011000111010110010111110101011010011000111101110010100001001000110 | e9e18eb2fab4c7b94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)