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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 轤梦ケエ萓 | 1110011110000010100110101110101110111001101101001110010010111110 | e7829aebb9b4e4be |
EUC-JP | 轤梦ケエ萓 | 11101101111000101101010011101101100011101011100110001110101101001110100011000000 | ede2d4ed8eb98eb4e8c0 |
UTF-8 | 轤梦ケエ萓 | 111010001011110110100100111001101010001010100110111011111011110110111001111011111011110110110100111010001001000010010011 | e8bda4e6a2a6efbdb9efbdb4e89093 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)