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 | 暦疚暦 | 100101111110111111100001011010111001011111101111 | 97efe16b97ef |
EUC-JP | 暦疚暦 | 110011101111000111100001110011001100111011110001 | cef1e1cccef1 |
UTF-8 | 暦疚暦 | 111001101001101010100110111001111001011010011010111001101001101010100110 | e69aa6e7969ae69aa6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)