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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | ??~ | 001111110011111101111110 | 3f3f7e |
EUC-JP | 滎?~ | 1000111111001000101110010011111101111110 | 8fc8b93f7e |
UTF-8 | 滎퇡~ | 11100110101110111000111011101101100001111010000101111110 | e6bb8eed87a17e |
UHC | 滎퇡~ | 1111101110100011101110000101000101111110 | fba3b8517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)