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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シェ跖実渉。 | 1111000010111110101111001010101011100110111010001000111011000000100011111100001010100001 | f0bebcaae6e88ec08fc2a1 |
EUC-JP | ?シェ跖実渉。 | 00111111100011101011110010001110101010101110110011101010101111001100001010111110110001001000111010100001 | 3f8ebc8eaaeceabcc2bec48ea1 |
UTF-8 | シェ跖実渉。 | 111011101000000110111101111011111011110110111100111011111011110110101010111010001011011110010110111001011010111010011111111001101011100010001001111011111011110110100001 | ee81bdefbdbcefbdaae8b796e5ae9fe6b889efbda1 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)