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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???揖?B | 00111111001111110011111110010111010010110011111101000010 | 3f3f3f974b3f42 |
EUC-JP | ???揖?B | 00111111001111110011111111001101101011000011111101000010 | 3f3f3fcdac3f42 |
UTF-8 | 囹덈뿰揖봖B | 11101111101001101010100111101011100011011000100011101011101111111011000011100110100011111001011011101011101101001001011001000010 | efa6a9eb8d88ebbfb0e68f96ebb49642 |
UHC | 囹덈뿰揖봖B | 1110011110101010100010001110101110010111101100001110101111100111100101000101001101000010 | e7aa88eb97b0ebe7945342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)