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 | 菫茸羣窶俶 | 11100100101111111001000111111001111000111011100011100010100000001001100011100110 | e4bf91f9e3b8e28098e6 |
EUC-JP | 菫茸羣窶俶 | 11101000110000011100001011111011111001101011101011100011111000001101000011101000 | e8c1c2fbe6bae3e0d0e8 |
UTF-8 | 菫茸羣窶俶 | 111010001000111110101011111010001000110010111000111001111011111010100011111001111010101010110110111001001011111110110110 | e88fabe88cb8e7bea3e7aab6e4bfb6 |
UHC | 菫茸??? | 11010000110010111110100111000111001111110011111100111111 | d0cbe9c73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)