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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 昌ッ爾髙七 | 100011111011100110101111100011101010001011111011111111001000111010110101 | 8fb9af8ea2fbfc8eb5 |
EUC-JP | 昌ッ爾?七 | 101111101011101110001110101011111011110010100100001111111011110010110111 | bebb8eafbca43fbcb7 |
UTF-8 | 昌ッ爾髙七 | 111001101001100010001100111011111011110110101111111001111000100010111110111010011010101110011001111001001011100010000011 | e6988cefbdafe788bee9ab99e4b883 |
UHC | 昌?爾?七 | 1111001111100011001111111110110010110011001111111111011011010010 | f3e33fecb33ff6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)