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«º¶ | 1001001001001101100100011010101110010001101110101001000110110110 | 924d91ab91ba91b6 |
SJIS-WIN | ?M?????¶ | 001111110100110100111111001111110011111100111111001111111000000111110111 | 3f4d3f3f3f3f3f81f7 |
EUC-JP | ?M???º?¶ | 0011111101001101001111110011111100111111100011111010001011101011001111111010001011111001 | 3f4d3f3f3f8fa2eb3fa2f9 |
UTF-8 | M«º¶ | 110000101001001001001101110000101001000111000010101010111100001010010001110000101011101011000010100100011100001010110110 | c2924dc291c2abc291c2bac291c2b6 |
UHC | ?M???º?¶ | 00111111010011010011111100111111001111111010100010101100001111111010001011010010 | 3f4d3f3f3fa8ac3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)