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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒹灸侵罌 | 1110010011100011100010111000010010010000010011101110001110100000 | e4e38b84904ee3a0 |
EUC-JP | 蒹灸侵罌 | 1110100011100101101101011110010010111111101011111110011010100010 | e8e5b5e4bfafe6a2 |
UTF-8 | 蒹灸侵罌 | 111010001001001010111001111001111000000110111000111001001011111010110101111001111011110110001100 | e892b9e781b8e4beb5e7bd8c |
UHC | ?灸侵罌 | 00111111110011111011011011110110110101011110010110100010 | 3fcfb6f6d5e5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)