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 | 赤?糾 | 1001000011010100001111111000101110001010 | 90d43f8b8a |
EUC-JP | 赤?糾 | 1100000011010110001111111011010111101010 | c0d63fb5ea |
UTF-8 | 赤펭糾 | 111010001011010110100100111011011000111010101101111001111011001110111110 | e8b5a4ed8eade7b3be |
UHC | 赤펭糾 | 111011101110010111000110111010111101000010101100 | eee5c6ebd0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)