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 | ??????~B | 0011111100111111001111110011111100111111001111110111111001000010 | 3f3f3f3f3f3f7e42 |
SJIS-WIN | シタシュ湿偲~B | 10111100110000001011110010101101100011101011110010001110110000110111111001000010 | bcc0bcad8ebc8ec37e42 |
EUC-JP | シタシュ湿偲~B | 1000111010111100100011101100000010001110101111001000111010101101101111001011111010111100110001010111111001000010 | 8ebc8ec08ebc8eadbcbebcc57e42 |
UTF-8 | シタシュ湿偲~B | 1110111110111101101111001110111110111110100000001110111110111101101111001110111110111101101011011110011010111001101111111110010110000001101100100111111001000010 | efbdbcefbe80efbdbcefbdade6b9bfe581b27e42 |
UHC | ??????~B | 0011111100111111001111110011111100111111001111110111111001000010 | 3f3f3f3f3f3f7e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)