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 | ???淞 | 0011111100111111001111111001111111000010 | 3f3f3f9fc2 |
EUC-JP | ???淞 | 0011111100111111001111111101111011000100 | 3f3f3fdec4 |
UTF-8 | 醴볣렣淞 | 111011111010011010110111111010111011001110100011111010111010000010100011111001101011011110011110 | efa6b7ebb3a3eba0a3e6b79e |
UHC | 醴볣렣淞 | 1110011111100100100100111110100110001110101101001110000111100111 | e7e493e98eb4e1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)