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 | 堯?第 | 1110101010011111001111111001000111100110 | ea9f3f91e6 |
EUC-JP | 堯?第 | 1111010010100001001111111100001011101000 | f4a13fc2e8 |
UTF-8 | 堯렭第 | 111001011010000010101111111010111010000010101101111001111010110010101100 | e5a0afeba0ade7acac |
UHC | 堯렭第 | 111010001110101110001110101110101111000010101111 | e8eb8ebaf0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)