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 | 疾叱 | 100011101011111011110011111011101000111010110110 | 8ebef3ee8eb6 |
EUC-JP | 疾?叱 | 1011110011000000001111111011110010111000 | bcc03fbcb8 |
UTF-8 | 疾叱 | 111001111001011010111110111011101000101110100001111001011000111110110001 | e796beee8ba1e58fb1 |
UHC | 疾?叱 | 1111001011110000001111111111001011101010 | f2f03ff2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)