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? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
SJIS-WIN | ??咐M? | 001111110011111110011001111100110100110100111111 | 3f3f99f34d3f |
EUC-JP | ??咐M? | 001111110011111111010010111101010100110100111111 | 3f3fd2f54d3f |
UTF-8 | 뤛퐥咐M렜 | 11101011101001001001101111101101100100001010010111100101100100101001000001001101111010111010000010011100 | eba49bed90a5e592904deba09c |
UHC | 뤛퐥咐M렜 | 100011111100101010111101100011101101110011111011010011011000111010101110 | 8fcabd8edcfb4d8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)