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 | 褶カ諶句ッ | 1110010111110111101101101111101110101010100010111110010110101111 | e5f7b6fbaa8be5af |
EUC-JP | 褶カ諶句ッ | 1110101011111001100011101011011010001111110111101011010110110110111001111000111010101111 | eaf98eb68fdeb5b6e78eaf |
UTF-8 | 褶カ諶句ッ | 111010001010010010110110111011111011110110110110111010001010101110110110111001011000111110100101111011111011110110101111 | e8a4b6efbdb6e8abb6e58fa5efbdaf |
UHC | 褶?諶句? | 1110001110101000001111111110010010100110110011111010001100111111 | e3a83fe4a6cfa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)