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 | 獨眩執 | 111000001101010111100001101111111000111010110111 | e0d5e1bf8eb7 |
EUC-JP | 獨眩執 | 111000001101011111100010110000011011110010111001 | e0d7e2c1bcb9 |
UTF-8 | 獨眩執 | 111001111000110110101000111001111001110010101001111001011001111110110111 | e78da8e79ca9e59fb7 |
UHC | 獨眩執 | 110101001011110011111010110111111111001011111011 | d4bcfadff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)