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 | 飾?? | 10001111111111000011111100111111 | 8ffc3f3f |
EUC-JP | 飾?? | 10111110111111100011111100111111 | befe3f3f |
UTF-8 | 飾귝돮 | 111010011010001110111110111010101011011110011101111010111000111110101110 | e9a3beeab79deb8fae |
UHC | 飾귝돮 | 111000111101111010000010111001101000100110110001 | e3de82e689b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)