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?M?M | 0011111100111111001111110100110100111111010011010011111101001101 | 3f3f3f4d3f4d3f4d |
SJIS-WIN | ???M?M?M | 0011111100111111001111110100110100111111010011010011111101001101 | 3f3f3f4d3f4d3f4d |
EUC-JP | ???M?M?M | 0011111100111111001111110100110100111111010011010011111101001101 | 3f3f3f4d3f4d3f4d |
UTF-8 | 창혖혫M혫M혫M | 111011001011000010111101111011011001100010010110111011011001100010101011010011011110110110011000101010110100110111101101100110001010101101001101 | ecb0bded9896ed98ab4ded98ab4ded98ab4d |
UHC | 창혖혫M혫M혫M | 11000011101000101100001010000001110000101001001101001101110000101001001101001101110000101001001101001101 | c3a2c281c2934dc2934dc2934d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)