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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 幼m | 10010111011000111000001010001101 | 9763828d |
EUC-JP | 幼m | 11001101110001001010001111101101 | cdc4a3ed |
UTF-8 | 幼m | 111001011011100110111100111011111011110110001101 | e5b9bcefbd8d |
UHC | 幼m | 11101010111010101010001111101101 | eaeaa3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)