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?p?M?p | 0011111101001101001111110111000000111111010011010011111101110000 | 3f4d3f703f4d3f70 |
SJIS-WIN | ?M?p?M?p | 0011111101001101001111110111000000111111010011010011111101110000 | 3f4d3f703f4d3f70 |
EUC-JP | ?M?p?M?p | 0011111101001101001111110111000000111111010011010011111101110000 | 3f4d3f703f4d3f70 |
UTF-8 | 채M챌p채M챌p | 11101100101100011000010001001101111011001011000110001100011100001110110010110001100001000100110111101100101100011000110001110000 | ecb1844decb18c70ecb1844decb18c70 |
UHC | 채M챌p채M챌p | 110000111010010001001101110000111010011101110000110000111010010001001101110000111010011101110000 | c3a44dc3a770c3a44dc3a770 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)