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 | 罎郁唱裝 | 1110001110100010100010001110100010001111101001011110010111100100 | e3a288e88fa5e5e4 |
EUC-JP | 罎郁唱裝 | 1110011010100100101100001110101010111110101001111110101011100110 | e6a4b0eabea7eae6 |
UTF-8 | 罎郁唱裝 | 111001111011110110001110111010011000001110000001111001011001010010110001111010001010001110011101 | e7bd8ee98381e594b1e8a39d |
UHC | ?郁唱裝 | 00111111111010011111010011110011110111011110110111111011 | 3fe9f4f3ddedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)