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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譎カ郞 | 1110011010011001101101101111101110110110 | e699b6fbb6 |
EUC-JP | 譎カ? | 1110101111111001100011101011011000111111 | ebf98eb63f |
UTF-8 | 譎カ郞 | 111010001010110110001110111011111011110110110110111010011000001110011110 | e8ad8eefbdb6e9839e |
UHC | 譎?郞 | 1111110111010010001111111101010111001101 | fdd23fd5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)