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 | 鴣イ鰒セ | 111010011111001110110010111010011101011010111110 | e9f3b2e9d6be |
EUC-JP | 鴣イ鰒セ | 1111001011110101100011101011001011110010110110001000111010111110 | f2f58eb2f2d88ebe |
UTF-8 | 鴣イ鰒セ | 111010011011010010100011111011111011110110110010111010011011000010010010111011111011110110111110 | e9b4a3efbdb2e9b092efbdbe |
UHC | ??鰒? | 0011111100111111110111001110000100111111 | 3f3fdce13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)