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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陽顫俾 | 100101110111101011101000111110101001100011101010 | 977ae8fa98ea |
EUC-JP | 陽顫俾 | 110011011101101111110000111111001101000011101100 | cddbf0fcd0ec |
UTF-8 | 陽顫俾 | 111010011001100110111101111010011010000110101011111001001011111110111110 | e999bde9a1abe4bfbe |
UHC | 陽顫? | 1110010111010101111011111011010100111111 | e5d5efb53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)