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 | 讖堤コ | 1110011010101001100100101110011110111010 | e6a992e7ba |
EUC-JP | 讖堤コ | 111011001010101111000100111010011000111010111010 | ecabc4e98eba |
UTF-8 | 讖堤コ | 111010001010111010010110111001011010000010100100111011111011110110111010 | e8ae96e5a0a4efbdba |
UHC | 讖堤? | 1111001111011001111100001010011100111111 | f3d9f0a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)