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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顰千事籬秘 | 11101000111111001001000011100111100011101001011011100010110111111001010011101001 | e8fc90e78e96e2df94e9 |
EUC-JP | 顰千事籬秘 | 11110000111111101100000011101001101110111111011011100100111000011100100011101011 | f0fec0e9bbf6e4e1c8eb |
UTF-8 | 顰千事籬秘 | 111010011010000110110000111001011000110110000011111001001011101010001011111001111011000110101100111001111010011110011000 | e9a1b0e58d83e4ba8be7b1ace7a798 |
UHC | ?千事籬秘 | 001111111111010010110110110111101100000011010111111001101101110111111010 | 3ff4b6dec0d7e6ddfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)