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 | 鈑溷鋸 | 111001111110010110011111111001011000101110011000 | e7e59fe58b98 |
EUC-JP | 鈑溷鋸 | 111011101110011111011110111001111011010111111000 | eee7dee7b5f8 |
UTF-8 | 鈑溷鋸 | 111010011000100010010001111001101011101010110111111010011000101110111000 | e98891e6bab7e98bb8 |
UHC | 鈑?鋸 | 1111011111111110001111111100101111101010 | f7fe3fcbea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)