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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 繹ル?蹂?? | 111000111000100010000011100010110011111111100110111110000011111100111111 | e388838b3fe6f83f3f |
EUC-JP | 繹ル?蹂?? | 111001011110100010100101111010110011111111101100111110100011111100111111 | e5e8a5eb3fecfa3f3f |
UTF-8 | 繹ル퀬蹂쒏썣 | 111001111011100110111001111000111000001110101011111011011000000010101100111010001011100110000010111011001001001010001111111011001000110110100011 | e7b9b9e383abed80ace8b982ec928fec8da3 |
UHC | 繹ル퀬蹂쒏썣 | 111001101011101010101011111010111011001110100000111010111011001110011100111001101001101110010110 | e6baabebb3a0ebb39ce69b96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)