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 | 魘溽勦鮨 | 1110100110110100100111111110011110011001101010011110100110111101 | e9b49fe799a9e9bd |
EUC-JP | 魘溽勦鮨 | 1111001010110110110111101110100111010010101010111111001010111111 | f2b6dee9d2abf2bf |
UTF-8 | 魘溽勦鮨 | 111010011010110110011000111001101011101010111101111001011000101110100110111010011010111010101000 | e9ad98e6babde58ba6e9aea8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)