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 | 暦薹曉 | 100101111110111111100101010101101001110111111010 | 97efe5569dfa |
EUC-JP | 暦薹曉 | 110011101111000111101001101101111101101011111100 | cef1e9b7dafc |
UTF-8 | 暦薹曉 | 111001101001101010100110111010001001011010111001111001101001101110001001 | e69aa6e896b9e69b89 |
UHC | ??曉 | 00111111001111111111110011111011 | 3f3ffcfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)