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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雜セ鬘疲 | 11101000101101101011111011101001101000011001010011100110 | e8b6bee9a194e6 |
EUC-JP | 雜セ鬘疲 | 1111000010111000100011101011111011110010101000111100100011101000 | f0b88ebef2a3c8e8 |
UTF-8 | 雜セ鬘疲 | 111010011001101110011100111011111011110110111110111010011010110010011000111001111001011010110010 | e99b9cefbdbee9ac98e796b2 |
UHC | 雜??疲 | 111011011101101000111111001111111111100110101010 | edda3f3ff9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)