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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 菫茸羣テ | 11100100101111111001000111111001111000111011100011000011 | e4bf91f9e3b8c3 |
EUC-JP | 菫茸羣テ | 1110100011000001110000101111101111100110101110101000111011000011 | e8c1c2fbe6ba8ec3 |
UTF-8 | 菫茸羣テ | 111010001000111110101011111010001000110010111000111001111011111010100011111011111011111010000011 | e88fabe88cb8e7bea3efbe83 |
UHC | 菫茸?? | 110100001100101111101001110001110011111100111111 | d0cbe9c73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)