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¢¹¥ | 1001001001001101100100011010001010010001101110011001000110100101 | 924d91a291b991a5 |
SJIS-WIN | ?M?¢???¥ | 00111111010011010011111110000001100100010011111100111111001111111000000110001111 | 3f4d3f81913f3f3f818f |
EUC-JP | ?M?¢???? | 001111110100110100111111101000011111000100111111001111110011111100111111 | 3f4d3fa1f13f3f3f3f |
UTF-8 | M¢¹¥ | 110000101001001001001101110000101001000111000010101000101100001010010001110000101011100111000010100100011100001010100101 | c2924dc291c2a2c291c2b9c291c2a5 |
UHC | ?M???¹?? | 001111110100110100111111001111110011111110101001111101100011111100111111 | 3f4d3f3f3fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)