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 | 疾゚諶 | 1000111010111110110111111111101110101010 | 8ebedffbaa |
EUC-JP | 疾゚諶 | 10111100110000001000111011011111100011111101111010110101 | bcc08edf8fdeb5 |
UTF-8 | 疾゚諶 | 111001111001011010111110111011111011111010011111111010001010101110110110 | e796beefbe9fe8abb6 |
UHC | 疾?諶 | 1111001011110000001111111110010010100110 | f2f03fe4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)