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 | 雫胥七 | 100011101011010011100011111011111000111010110101 | 8eb4e3ef8eb5 |
EUC-JP | 雫胥七 | 101111001011011011100110111100011011110010110111 | bcb6e6f1bcb7 |
UTF-8 | 雫胥七 | 111010011001101110101011111010001000001110100101111001001011100010000011 | e99babe883a5e4b883 |
UHC | ?胥七 | 0011111111100000101000011111011011010010 | 3fe0a1f6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)