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??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
SJIS-WIN | ???M??猝 | 0011111100111111001111110100110100111111001111111110000011001010 | 3f3f3f4d3f3fe0ca |
EUC-JP | ???M??猝 | 0011111100111111001111110100110100111111001111111110000011001100 | 3f3f3f4d3f3fe0cc |
UTF-8 | 렱렚샵M렱렚猝 | 11101011101000001011000111101011101000001001101011101100100000111011010101001101111010111010000010110001111010111010000010011010111001111000110010011101 | eba0b1eba09aec83b54deba0b1eba09ae78c9d |
UHC | 렱렚샵M렱렚猝 | 10001110101111101000111010101101101111001010010101001101100011101011111010001110101011011111000011110001 | 8ebe8eadbca54d8ebe8eadf0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)