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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | シテセ燻ハ | 101111001100001110111110111000001000111011001010 | bcc3bee08eca |
EUC-JP | シテセ燻ハ | 10001110101111001000111011000011100011101011111011011111111011101000111011001010 | 8ebc8ec38ebedfee8eca |
UTF-8 | シテセ燻ハ | 111011111011110110111100111011111011111010000011111011111011110110111110111001111000011110111011111011111011111010001010 | efbdbcefbe83efbdbee787bbefbe8a |
UHC | ???燻? | 001111110011111100111111111111011011100000111111 | 3f3f3ffdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)