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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 甞獻蓚 | 111000010101001011100000110110011110010011101001 | e152e0d9e4e9 |
EUC-JP | 甞獻蓚 | 111000011011001111100000110110111110100011101011 | e1b3e0dbe8eb |
UTF-8 | 甞獻蓚 | 111001111001010010011110111001111000110110111011111010001001001110011010 | e7949ee78dbbe8939a |
UHC | ?獻蓚 | 0011111111111010110011001110001010111110 | 3ffacce2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)