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 | 辰跌?? | 100100100100001111100110111010010011111100111111 | 9243e6e93f3f |
EUC-JP | 辰跌?? | 110000111010010011101100111010110011111100111111 | c3a4eceb3f3f |
UTF-8 | 辰跌롋렩 | 111010001011111010110000111010001011011110001100111010111010000110001011111010111010000010101001 | e8beb0e8b78ceba18beba0a9 |
UHC | 辰跌롋렩 | 1111001011100011111100101111011010001110110100011000111010110111 | f2e3f2f68ed18eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)