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 | ???OF | 0011111100111111001111110100111101000110 | 3f3f3f4f46 |
SJIS-WIN | 谷脱揃OF | 1001001001001010100100100100010110010001101101010100111101000110 | 924a924591b54f46 |
EUC-JP | 谷脱揃OF | 1100001110101011110000111010011011000010101101110100111101000110 | c3abc3a6c2b74f46 |
UTF-8 | 谷脱揃OF | 1110100010110000101101111110100010000100101100011110011010001111100000110100111101000110 | e8b0b7e884b1e68f834f46 |
UHC | 谷??OF | 110011011101101100111111001111110100111101000110 | cddb3f3f4f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)