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 | 只?罰^ | 100100011111110000111111100101001011000101011110 | 91fc3f94b15e |
EUC-JP | 只?罰^ | 110000101111111000111111110010001011001101011110 | c2fe3fc8b35e |
UTF-8 | 只띕罰^ | 11100101100011111010101011101011100111011001010111100111101111011011000001011110 | e58faaeb9d95e7bdb05e |
UHC | 只띕罰^ | 11110001111111101011011011101011110110111110101101011110 | f1feb6ebdbeb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)