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 | イ蟯蕋 | 1011001011100101101100101110010101000010 | b2e5b2e542 |
EUC-JP | イ蟯蕋 | 100011101011001011101010101101001110100110100011 | 8eb2eab4e9a3 |
UTF-8 | イ蟯蕋 | 111011111011110110110010111010001001111110101111111010001001010110001011 | efbdb2e89fafe8958b |
UHC | ?蟯? | 00111111111010011010100000111111 | 3fe9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)