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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 牆疾斜シュ\ | 111000001010110110001110101111101000111011001110101111001010110101011100 | e0ad8ebe8ecebcad5c |
EUC-JP | 牆疾斜シュ\ | 1110000010101111101111001100000010111100110100001000111010111100100011101010110101011100 | e0afbcc0bcd08ebc8ead5c |
UTF-8 | 牆疾斜シュ\ | 11100111100010011000011011100111100101101011111011100110100101101001110011101111101111011011110011101111101111011010110101011100 | e78986e796bee6969cefbdbcefbdad5c |
UHC | 牆疾斜??\ | 111011011110110111110010111100001101111011011000001111110011111101011100 | ededf2f0ded83f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)