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 | 錞?炅 | 1111101111011011001111111111101101010001 | fbdb3ffb51 |
EUC-JP | 錞?炅 | 10001111111001001101110000111111100011111100100111001010 | 8fe4dc3f8fc9ca |
UTF-8 | 錞罹炅 | 111010011000110010011110111011111010011110100110111001111000001010000101 | e98c9eefa7a6e78285 |
UHC | 錞罹炅 | 111000101111011011101100101110101100110011011101 | e2f6ecbaccdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)