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 | ???M?? | 001111110011111100111111010011010011111100111111 | 3f3f3f4d3f3f |
SJIS-WIN | ???M?? | 001111110011111100111111010011010011111100111111 | 3f3f3f4d3f3f |
EUC-JP | ???M?? | 001111110011111100111111010011010011111100111111 | 3f3f3f4d3f3f |
UTF-8 | 뤶풆ㆋM렯설 | 11101011101001001011011011101101100100101000011011100011100001101000101101001101111010111010000010101111111011001000010010100100 | eba4b6ed9286e3868b4deba0afec84a4 |
UHC | 뤶풆ㆋM렯설 | 1000111111100100101111101000111010100100111110110100110110001110101111001011110010110011 | 8fe4be8ea4fb4d8ebcbcb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)