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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疾叱湿 | 1000111010111110111100111110111010001110101101101000111010111100 | 8ebef3ee8eb68ebc |
EUC-JP | 疾?叱湿 | 10111100110000000011111110111100101110001011110010111110 | bcc03fbcb8bcbe |
UTF-8 | 疾叱湿 | 111001111001011010111110111011101000101110100001111001011000111110110001111001101011100110111111 | e796beee8ba1e58fb1e6b9bf |
UHC | 疾?叱? | 111100101111000000111111111100101110101000111111 | f2f03ff2ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)