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 | 烏??誼? | 10001001010001110011111100111111100010110110001000111111 | 89473f3f8b623f |
EUC-JP | 烏??誼? | 10110001101010000011111100111111101101011100001100111111 | b1a83f3fb5c33f |
UTF-8 | 烏띾슢誼쾘 | 111001111000001110001111111010111001110110111110111011001000101010100010111010001010101010111100111011001011111010011000 | e7838feb9dbeec8aa2e8aabcecbe98 |
UHC | 烏띾슢誼쾘 | 11101000101000011000110111101011100110101010111011101011111111101011001001101011 | e8a18deb9aaeebfeb26b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)