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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | シタシリ湿偲P | 101111001100000010111100110110001000111010111100100011101100001101010000 | bcc0bcd88ebc8ec350 |
EUC-JP | シタシリ湿偲P | 10001110101111001000111011000000100011101011110010001110110110001011110010111110101111001100010101010000 | 8ebc8ec08ebc8ed8bcbebcc550 |
UTF-8 | シタシリ湿偲P | 11101111101111011011110011101111101111101000000011101111101111011011110011101111101111101001100011100110101110011011111111100101100000011011001001010000 | efbdbcefbe80efbdbcefbe98e6b9bfe581b250 |
UHC | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)