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 | 調橋? | 1001001010110010100010111011010000111111 | 92b28bb43f |
EUC-JP | 調橋? | 1100010010110100101101101011011000111111 | c4b4b6b63f |
UTF-8 | 調橋勞 | 111010001010101010111111111001101010100110001011111011111010010010101111 | e8aabfe6a98befa4af |
UHC | 調橋勞 | 111100001110000011001110111010011101001010111110 | f0e0cee9d2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)