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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 役??^ | 1001011011110000001111110011111101011110 | 96f03f3f5e |
EUC-JP | 役??^ | 1100110011110010001111110011111101011110 | ccf23f3f5e |
UTF-8 | 役룸졁^ | 11100101101111011011100111101011101000111011100011101100101000011000000101011110 | e5bdb9eba3b8eca1815e |
UHC | 役룸졁^ | 11100110101101011011011111101011101000001011001001011110 | e6b5b7eba0b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)