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 | 蠍マ肛コ | 111001011011011011001111111000111110100010111010 | e5b6cfe3e8ba |
EUC-JP | 蠍マ肛コ | 1110101010111000100011101100111111100110111010101000111010111010 | eab88ecfe6ea8eba |
UTF-8 | 蠍マ肛コ | 111010001010000010001101111011111011111010001111111010001000001010011011111011111011110110111010 | e8a08defbe8fe8829befbdba |
UHC | ??肛? | 0011111100111111111110011111110100111111 | 3f3ff9fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)