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 | 只貊?? | 100100011111110011100110101110110011111100111111 | 91fce6bb3f3f |
EUC-JP | 只貊?? | 110000101111111011101100101111010011111100111111 | c2feecbd3f3f |
UTF-8 | 只貊렮렯 | 111001011000111110101010111010001011001010001010111010111010000010101110111010111010000010101111 | e58faae8b28aeba0aeeba0af |
UHC | 只貊렮렯 | 1111000111111110110110001110011110001110101110111000111010111100 | f1fed8e78ebb8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)