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 | 隰ヲ蜃ェ縺 | 1110100010101100101001101110010110000111101010101110001110000001 | e8aca6e587aae381 |
EUC-JP | 隰ヲ蜃ェ縺 | 11110000101011101000111010100110111010011110011110001110101010101110010111100001 | f0ae8ea6e9e78eaae5e1 |
UTF-8 | 隰ヲ蜃ェ縺 | 111010011001101010110000111011111011110110100110111010001001110010000011111011111011110110101010111001111011100010111010 | e99ab0efbda6e89c83efbdaae7b8ba |
UHC | ??蜃?? | 001111110011111111100011111100010011111100111111 | 3f3fe3f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)