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 | リ靄褥 | 11110001111110101101100011101000110010011110010111110001 | f1fad8e8c9e5f1 |
EUC-JP | ?リ靄褥 | 00111111100011101101100011110000110010111110101011110011 | 3f8ed8f0cbeaf3 |
UTF-8 | リ靄褥 | 111011101000010110110101111011111011111010011000111010011001110110000100111010001010010010100101 | ee85b5efbe98e99d84e8a4a5 |
UHC | ??靄褥 | 001111110011111111100100111101111110100110110011 | 3f3fe4f7e9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)