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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 烏??肉?? | 1000100101000111001111110011111110010011111101110011111100111111 | 89473f3f93f73f3f |
EUC-JP | 烏??肉?? | 1011000110101000001111110011111111000110111110010011111100111111 | b1a83f3fc6f93f3f |
UTF-8 | 烏띻쑈肉뤸삌 | 111001111000001110001111111010111001110110111011111011001001000110001000111010001000001010001001111010111010010010111000111011001000001010001100 | e7838feb9dbbec9188e88289eba4b8ec828c |
UHC | 烏띻쑈肉뤸삌 | 111010001010000110001101111010101011111010100100111010111011111110001111111001101001100010010011 | e8a18deabea4ebbf8fe69893 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)