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 | 訂絲?^ | 100100101111100111100011010011100011111101011110 | 92f9e34e3f5e |
EUC-JP | 訂絲?^ | 110001001111101111100101101011110011111101011110 | c4fbe5af3f5e |
UTF-8 | 訂絲혤^ | 11101000101010001000001011100111101101011011001011101101100110001010010001011110 | e8a882e7b5b2ed98a45e |
UHC | 訂絲혤^ | 11101111111101001101111011101010110010001010000101011110 | eff4deeac8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)