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 | 菫茸羂 | 111001001011111110010001111110011110001110101110 | e4bf91f9e3ae |
EUC-JP | 菫茸羂 | 111010001100000111000010111110111110011010110000 | e8c1c2fbe6b0 |
UTF-8 | 菫茸羂 | 111010001000111110101011111010001000110010111000111001111011111010000010 | e88fabe88cb8e7be82 |
UHC | 菫茸? | 1101000011001011111010011100011100111111 | d0cbe9c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)