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? | 001111110011111100111111001111110100110100111111 | 3f3f3f3f4d3f |
SJIS-WIN | ????M? | 001111110011111100111111001111110100110100111111 | 3f3f3f3f4d3f |
EUC-JP | ????M? | 001111110011111100111111001111110100110100111111 | 3f3f3f3f4d3f |
UTF-8 | 렻렗렰렕M씜 | 11101011101000001011101111101011101000001001011111101011101000001011000011101011101000001001010101001101111011001001010010011100 | eba0bbeba097eba0b0eba0954dec949c |
UHC | 렻렗렰렕M씜 | 1000111011000011100011101010110010001110101111011000111010101010010011011011111010111101 | 8ec38eac8ebd8eaa4dbebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)