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 | 畯峰?? | 111110110110111110010101111101000011111100111111 | fb6f95f43f3f |
EUC-JP | 畯峰?? | 10001111110011011011101111001010111101100011111100111111 | 8fcdbbcaf63f3f |
UTF-8 | 畯峰렭렞 | 111001111001010110101111111001011011001110110000111010111010000010101101111010111010000010011110 | e795afe5b3b0eba0adeba09e |
UHC | 畯峰렭렞 | 1111000111100001110111001110100010001110101110101000111010101111 | f1e1dce88eba8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)