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 | シタセ燻オシチ | 1011110011000000101111101110000010001110101101011011110011000001 | bcc0bee08eb5bcc1 |
EUC-JP | シタセ燻オシチ | 1000111010111100100011101100000010001110101111101101111111101110100011101011010110001110101111001000111011000001 | 8ebc8ec08ebedfee8eb58ebc8ec1 |
UTF-8 | シタセ燻オシチ | 111011111011110110111100111011111011111010000000111011111011110110111110111001111000011110111011111011111011110110110101111011111011110110111100111011111011111010000001 | efbdbcefbe80efbdbee787bbefbdb5efbdbcefbe81 |
UHC | ???燻??? | 0011111100111111001111111111110110111000001111110011111100111111 | 3f3f3ffdb83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)