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 | 泳ф? | 1000100101101010100001001000011000111111 | 896a84863f |
EUC-JP | 泳ф? | 1011000111001011101001111110011000111111 | b1cba7e63f |
UTF-8 | 泳ф굢 | 1110011010110011101100111101000110000100111010101011010110100010 | e6b3b3d184eab5a2 |
UHC | 泳ф굢 | 111001111011011010101100111001101000001010001001 | e7b6ace68289 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)