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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 隨倩サ孥E | 1110011110101100100110001110100010111011100110110111011001000101 | e7ac98e8bb9b7645 |
EUC-JP | 隨倩サ孥E | 111011101010111011010000111010101000111010111011110101011101011101000101 | eeaed0ea8ebbd5d745 |
UTF-8 | 隨倩サ孥E | 11101001100110101010100011100101100000001010100111101111101111011011101111100101101011011010010101000101 | e99aa8e580a9efbdbbe5ada545 |
UHC | 隨???E | 111000101100101100111111001111110011111101000101 | e2cb3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)