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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 瑩瑩^ | 1110000011110000111000001111000001011110 | e0f0e0f05e |
EUC-JP | 瑩瑩^ | 1110000011110010111000001111001001011110 | e0f2e0f25e |
UTF-8 | 瑩瑩^ | 11100111100100011010100111100111100100011010100101011110 | e791a9e791a95e |
UHC | 瑩瑩^ | 1111101110101001111110111010100101011110 | fba9fba95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)