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 | 鏃鈍膜 | 111010000101011010010011110111011001011010001100 | e85693dd968c |
EUC-JP | 鏃鈍膜 | 111011111011011111000110110111111100101111101100 | efb7c6dfcbec |
UTF-8 | 鏃鈍膜 | 111010011000111110000011111010011000100010001101111010001000011010011100 | e98f83e9888de8869c |
UHC | 鏃鈍膜 | 111100001110110011010100111011111101100010101111 | f0ecd4efd8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)