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 | 椅逕? | 1000100011010110111001111001010000111111 | 88d6e7943f |
EUC-JP | 椅逕? | 1011000011011000111011011111010000111111 | b0d8edf43f |
UTF-8 | 椅逕을 | 111001101010010010000101111010011000000010010101111011001001110110000100 | e6a485e98095ec9d84 |
UHC | 椅逕을 | 111010111111010111001100111011111100000010111011 | ebf5ccefc0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)