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 | 昌ッ酌霪 | 10001111101110011010111110001110110111101110100011000100 | 8fb9af8edee8c4 |
EUC-JP | 昌ッ酌霪 | 1011111010111011100011101010111110111100111000001111000011000110 | bebb8eafbce0f0c6 |
UTF-8 | 昌ッ酌霪 | 111001101001100010001100111011111011110110101111111010011000010110001100111010011001110010101010 | e6988cefbdafe9858ce99caa |
UHC | 昌?酌? | 111100111110001100111111111011011100110000111111 | f3e33fedcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)