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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 疾叱疾射 | 10001110101111101111001111101110100011101011011010001110101111101000111011001011 | 8ebef3ee8eb68ebe8ecb |
EUC-JP | 疾?叱疾射 | 101111001100000000111111101111001011100010111100110000001011110011001101 | bcc03fbcb8bcc0bccd |
UTF-8 | 疾叱疾射 | 111001111001011010111110111011101000101110100001111001011000111110110001111001111001011010111110111001011011000010000100 | e796beee8ba1e58fb1e796bee5b084 |
UHC | 疾?叱疾射 | 111100101111000000111111111100101110101011110010111100001101111011010010 | f2f03ff2eaf2f0ded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)