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 | ?憔? | 00111111100111001101110000111111 | 3f9cdc3f |
EUC-JP | ?憔? | 00111111110110001101111000111111 | 3fd8de3f |
UTF-8 | 뤀憔뤀 | 111010111010010010000000111001101000011010010100111010111010010010000000 | eba480e68694eba480 |
UHC | 뤀憔뤀 | 100011111011000111110100111110111000111110110001 | 8fb1f4fb8fb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)