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 | 荻峵柯 | 100010011010110011111010101011101001111001101000 | 89acfaae9e68 |
EUC-JP | 荻?柯 | 1011001010101110001111111101101111001001 | b2ae3fdbc9 |
UTF-8 | 荻峵柯 | 111010001000110110111011111001011011001110110101111001101001111110101111 | e88dbbe5b3b5e69faf |
UHC | 荻?柯 | 1110111011100010001111111100101010101111 | eee23fcaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)