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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雎ク霆孔 | 11101000101100011011100011101000101110111000110101000101 | e8b1b8e8bb8d45 |
EUC-JP | 雎ク霆孔 | 1111000010110011100011101011100011110000101111011011100110100110 | f0b38eb8f0bdb9a6 |
UTF-8 | 雎ク霆孔 | 111010011001101110001110111011111011110110111000111010011001110010000110111001011010110110010100 | e99b8eefbdb8e99c86e5ad94 |
UHC | 雎?霆孔 | 11101110110100010011111111101111111111011100110111101110 | eed13feffdcdee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)