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 | 蔕逸蹴脯 | 1110010011110110100010001110110110001111010100101110001111111011 | e4f688ed8f52e3fb |
EUC-JP | 蔕逸蹴脯 | 1110100011111000101100001110111110111101101100111110011011111101 | e8f8b0efbdb3e6fd |
UTF-8 | 蔕逸蹴脯 | 111010001001010010010101111010011000000010111000111010001011100110110100111010001000010010101111 | e89495e980b8e8b9b4e884af |
UHC | ?逸蹴脯 | 00111111111011001110111111110101111011011111100011100001 | 3feceff5edf8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)