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 | 提?揖?? | 10010010111100010011111110010111010010110011111100111111 | 92f13f974b3f3f |
EUC-JP | 提?揖?焌 | 110001001111001100111111110011011010110000111111100011111100100111101000 | c4f33fcdac3f8fc9e8 |
UTF-8 | 提렡揖렧焌 | 111001101000111110010000111010111010000010100001111001101000111110010110111010111010000010100111111001111000010010001100 | e68f90eba0a1e68f96eba0a7e7848c |
UHC | 提렡揖렧焌 | 11110000101010111000111010110010111010111110011110001110101101101111000111100000 | f0ab8eb2ebe78eb6f1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)