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 | 羞?m | 1110001110110101001111111000001010001101 | e3b53f828d |
EUC-JP | 羞?m | 1110011010110111001111111010001111101101 | e6b73fa3ed |
UTF-8 | 羞뢨m | 111001111011111010011110111010111010001010101000111011111011110110001101 | e7be9eeba2a8efbd8d |
UHC | 羞뢨m | 111000101011101010110111110110011010001111101101 | e2bab7d9a3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)