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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 菫茸羣窶ヲ | 111001001011111110010001111110011110001110111000111000101000000010100110 | e4bf91f9e3b8e280a6 |
EUC-JP | 菫茸羣窶ヲ | 11101000110000011100001011111011111001101011101011100011111000001000111010100110 | e8c1c2fbe6bae3e08ea6 |
UTF-8 | 菫茸羣窶ヲ | 111010001000111110101011111010001000110010111000111001111011111010100011111001111010101010110110111011111011110110100110 | e88fabe88cb8e7bea3e7aab6efbda6 |
UHC | 菫茸??? | 11010000110010111110100111000111001111110011111100111111 | d0cbe9c73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)