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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涇ス螟ア趙シ | 111110101111101110111101111001011010010010110001111001101110001010111100 | fafbbde5a4b1e6e2bc |
EUC-JP | 涇ス螟ア趙シ | 10001111110001111100011110001110101111011110101010100110100011101011000111101100111001001000111010111100 | 8fc7c78ebdeaa68eb1ece48ebc |
UTF-8 | 涇ス螟ア趙シ | 111001101011011010000111111011111011110110111101111010001001111010011111111011111011110110110001111010001011011010011001111011111011110110111100 | e6b687efbdbde89e9fefbdb1e8b699efbdbc |
UHC | 涇?螟?趙? | 110011001101110000111111110110011010110100111111111100001110000100111111 | ccdc3fd9ad3ff0e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)