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 | 閭帶ーエ | 111010001000001110011011111001101011000010110100 | e8839be6b0b4 |
EUC-JP | 閭帶ーエ | 1110111111100011110101101110100010001110101100001000111010110100 | efe3d6e88eb08eb4 |
UTF-8 | 閭帶ーエ | 111010011001011010101101111001011011100010110110111011111011110110110000111011111011110110110100 | e996ade5b8b6efbdb0efbdb4 |
UHC | 閭帶?? | 110101011110111111010011111000010011111100111111 | d5efd3e13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)