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 | シタシ眄タ宍 | 1011110011000000101111001110000110111110110000001000111010110011 | bcc0bce1bec08eb3 |
EUC-JP | シタシ眄タ宍 | 100011101011110010001110110000001000111010111100111000101100000010001110110000001011110010110101 | 8ebc8ec08ebce2c08ec0bcb5 |
UTF-8 | シタシ眄タ宍 | 111011111011110110111100111011111011111010000000111011111011110110111100111001111001110010000100111011111011111010000000111001011010111010001101 | efbdbcefbe80efbdbce79c84efbe80e5ae8d |
UHC | ???眄?? | 00111111001111110011111111011000111110000011111100111111 | 3f3f3fd8f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)