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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闍廷ォ占 | 11101000100010111001001011101100101010111001000011101000 | e88b92ecab90e8 |
EUC-JP | 闍廷ォ占 | 1110111111101011110001001110111010001110101010111100000011101010 | efebc4ee8eabc0ea |
UTF-8 | 闍廷ォ占 | 111010011001011110001101111001011011101110110111111011111011110110101011111001011000110110100000 | e9978de5bbb7efbdabe58da0 |
UHC | ?廷?占 | 001111111110111111010101001111111110111110111111 | 3fefd53fefbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)