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 | 薰サ謔洩 | 11111011100111101011101111100110100000101000100101101011 | fb9ebbe682896b |
EUC-JP | ?サ謔洩 | 00111111100011101011101111101011111000101011000111001100 | 3f8ebbebe2b1cc |
UTF-8 | 薰サ謔洩 | 111010001001011010110000111011111011110110111011111010001010110010010100111001101011010010101001 | e896b0efbdbbe8ac94e6b4a9 |
UHC | 薰?謔洩 | 11111101101110010011111111111001110011001110000011011101 | fdb93ff9cce0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)