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 | 爺f鷯 | 100101101110101010000010100001101110101001011101 | 96ea8286ea5d |
EUC-JP | 爺f鷯 | 110011001110110010100011111001101111001110111110 | cceca3e6f3be |
UTF-8 | 爺f鷯 | 111001111000100010111010111011111011110110000110111010011011011110101111 | e788baefbd86e9b7af |
UHC | 爺f? | 1110010110101100101000111110011000111111 | e5aca3e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)