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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????㎝ | 00111111001111110011111100111111001111111000011101110000 | 3f3f3f3f3f8770 |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 淋㏃㎛淋쏆㎝ | 111011111010011110110101111000111000111110000011111000111000111010011011111011111010011110110101111011001000111110000110111000111000111010011101 | efa7b5e38f83e38e9befa7b5ec8f86e38e9d |
UHC | 淋㏃㎛淋쏆㎝ | 111011001111100010100111111011001010011110101101111011001111100010011011111011001010011110101111 | ecf8a7eca7adecf89beca7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)