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 | 役븀떵^ | 11100101101111011011100111101011101110001000000011101011100101101011010101011110 | e5bdb9ebb880eb96b55e |
UHC | 役븀떵^ | 11100110101101011011101011100111101101101011101001011110 | e6b5bae7b6ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)