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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鈿ス豢オB | 11100111111011011011110111100110101101001011010101000010 | e7edbde6b4b542 |
EUC-JP | 鈿ス豢オB | 111011101110111110001110101111011110110010110110100011101011010101000010 | eeef8ebdecb68eb542 |
UTF-8 | 鈿ス豢オB | 11101001100010001011111111101111101111011011110111101000101100011010001011101111101111011011010101000010 | e988bfefbdbde8b1a2efbdb542 |
UHC | 鈿???B | 111011111010111100111111001111110011111101000010 | efaf3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)