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 | 濟?俺器? | 1110000001011010001111111000100110110100100010101110110100111111 | e05a3f89b48aed3f |
EUC-JP | 濟?俺器? | 1101111110111011001111111011001010110110101101001110111100111111 | dfbb3fb2b6b4ef3f |
UTF-8 | 濟렭俺器틂 | 111001101011111110011111111010111010000010101101111001001011111110111010111001011001100110101000111011011000101110000010 | e6bf9feba0ade4bfbae599a8ed8b82 |
UHC | 濟렭俺器틂 | 11110000101011011000111010111010111001011110111111010000111011111100011010110011 | f0ad8ebae5efd0efc6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)