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 | 探箪短狸 | 1001001001010100100100100101110010010010010110101001001001001011 | 9254925c925a924b |
EUC-JP | 探箪短狸 | 1100001110110101110000111011110111000011101110111100001110101100 | c3b5c3bdc3bbc3ac |
UTF-8 | 探箪短狸 | 111001101000111010100010111001111010111010101010111001111001111110101101111001111000101110111000 | e68ea2e7aeaae79fade78bb8 |
UHC | 探?短狸 | 11110111101011100011111111010011101011011101011111100001 | f7ae3fd3add7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)