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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シェ跿シ」 | 1111000010111110101111001010101011100110111100111011110010100011 | f0bebcaae6f3bca3 |
EUC-JP | ?シェ跿シ」 | 0011111110001110101111001000111010101010111011001111010110001110101111001000111010100011 | 3f8ebc8eaaecf58ebc8ea3 |
UTF-8 | シェ跿シ」 | 111011101000000110111101111011111011110110111100111011111011110110101010111010001011011110111111111011111011110110111100111011111011110110100011 | ee81bdefbdbcefbdaae8b7bfefbdbcefbda3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)