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 | 嚴ъ?逾 | 10011010100011101000010010001100001111111110011110100101 | 9a8e848c3fe7a5 |
EUC-JP | 嚴ъ?逾 | 11010011111011101010011111101100001111111110111010100111 | d3eea7ec3feea7 |
UTF-8 | 嚴ъ룆逾 | 1110010110011010101101001101000110001010111010111010001110000110111010011000000010111110 | e59ab4d18aeba386e980be |
UHC | 嚴ъ룆逾 | 1110010111110001101011001110110010001111100001011110101110110101 | e5f1acec8f85ebb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)