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 | シ爛 | 1011110011110100101111111110000010100011 | bcf4bfe0a3 |
EUC-JP | シ?爛 | 1000111010111100001111111110000010100101 | 8ebc3fe0a5 |
UTF-8 | シ爛 | 111011111011110110111100111011101000110110101110111001111000100010011011 | efbdbcee8daee7889b |
UHC | ??爛 | 00111111001111111101010110110100 | 3f3fd5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)