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 | 鬣定剋^ | 11101001101001011001001011101000100110011000111001011110 | e9a592e8998e5e |
EUC-JP | 鬣定剋^ | 11110010101001111100010011101010110100011110111001011110 | f2a7c4ead1ee5e |
UTF-8 | 鬣定剋^ | 11101001101011001010001111100101101011101001101011100101100010011000101101011110 | e9aca3e5ae9ae5898b5e |
UHC | ?定剋^ | 001111111110111111010010110100001011101101011110 | 3fefd2d0bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)