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 | 鉗カ寬 | 1110011111100111101101101111101010101010 | e7e7b6faaa |
EUC-JP | 鉗カ? | 1110111011101001100011101011011000111111 | eee98eb63f |
UTF-8 | 鉗カ寬 | 111010011000100110010111111011111011110110110110111001011010111110101100 | e98997efbdb6e5afac |
UHC | 鉗?寬 | 1100110011000110001111111100111010110000 | ccc63fceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)