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 | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
SJIS-WIN | シォVhシォV | 10111100101010110101011001101000101111001010101101010110 | bcab5668bcab56 |
EUC-JP | シォVhシォV | 1000111010111100100011101010101101010110011010001000111010111100100011101010101101010110 | 8ebc8eab56688ebc8eab56 |
UTF-8 | シォVhシォV | 111011111011110110111100111011111011110110101011010101100110100011101111101111011011110011101111101111011010101101010110 | efbdbcefbdab5668efbdbcefbdab56 |
UHC | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)