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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謗ゥ奣 | 1110011010001110101010011111101010100011 | e68ea9faa3 |
EUC-JP | 謗ゥ奣 | 11101011111011101000111010101001100011111011100011111100 | ebee8ea98fb8fc |
UTF-8 | 謗ゥ奣 | 111010001010110010010111111011111011110110101001111001011010010110100011 | e8ac97efbda9e5a5a3 |
UHC | 謗?? | 11011011101111110011111100111111 | dbbf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)