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 | 雜セ鬘泌 | 11101000101101101011111011101001101000011001010011100101 | e8b6bee9a194e5 |
EUC-JP | 雜セ鬘泌 | 1111000010111000100011101011111011110010101000111100100011100111 | f0b88ebef2a3c8e7 |
UTF-8 | 雜セ鬘泌 | 111010011001101110011100111011111011110110111110111010011010110010011000111001101011001110001100 | e99b9cefbdbee9ac98e6b38c |
UHC | 雜??泌 | 111011011101101000111111001111111111100110110010 | edda3f3ff9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)