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 | 0011111100111111001111110011111101101101 | 3f3f3f3f6d |
SJIS-WIN | 螂難スエm | 11100101101001011001001111101111101111011011010001101101 | e5a593efbdb46d |
EUC-JP | 螂難スエm | 111010101010011111000110111100011000111010111101100011101011010001101101 | eaa7c6f18ebd8eb46d |
UTF-8 | 螂難スエm | 11101000100111101000001011101001100110111010001111101111101111011011110111101111101111011011010001101101 | e89e82e99ba3efbdbdefbdb46d |
UHC | 螂難??m | 11010101110011001101000111110001001111110011111101101101 | d5ccd1f13f3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)