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?pY?M?pbE | 0011111101001101001111110111000001011001001111110100110100111111011100000110001001000101 | 3f4d3f70593f4d3f706245 |
SJIS-WIN | ?M?pY?M?pbE | 0011111101001101001111110111000001011001001111110100110100111111011100000110001001000101 | 3f4d3f70593f4d3f706245 |
EUC-JP | ?M?pY?M?pbE | 0011111101001101001111110111000001011001001111110100110100111111011100000110001001000101 | 3f4d3f70593f4d3f706245 |
UTF-8 | 채M챌pY채M챌pbE | 11101100101100011000010001001101111011001011000110001100011100000101100111101100101100011000010001001101111011001011000110001100011100000110001001000101 | ecb1844decb18c7059ecb1844decb18c706245 |
UHC | 채M챌pY채M챌pbE | 110000111010010001001101110000111010011101110000010110011100001110100100010011011100001110100111011100000110001001000101 | c3a44dc3a77059c3a44dc3a7706245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)