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 | 蔬溷嶋 | 111001001111010010011111111001011001001110001000 | e4f49fe59388 |
EUC-JP | 蔬溷嶋 | 111010001111011011011110111001111100010111101000 | e8f6dee7c5e8 |
UTF-8 | 蔬溷嶋 | 111010001001010010101100111001101011101010110111111001011011011010001011 | e894ace6bab7e5b68b |
UHC | 蔬?嶋 | 1110000111001010001111111101001111110111 | e1ca3fd3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)