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 | 跛複ヘ | 111001101110101010010101101000011000001101110111 | e6ea95a18377 |
EUC-JP | 跛複ヘ | 111011001110110011001010101000111010010111011000 | ececcaa3a5d8 |
UTF-8 | 跛複ヘ | 111010001011011110011011111010001010010010000111111000111000001110011000 | e8b79be8a487e38398 |
UHC | 跛複ヘ | 111101111111010111011100110111001010101111011000 | f7f5dcdcabd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)