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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??懈???? | 0011111100111111100111001110011000111111001111110011111100111111 | 3f3f9ce63f3f3f3f |
EUC-JP | ??懈???? | 0011111100111111110110001110100000111111001111110011111100111111 | 3f3fd8e83f3f3f3f |
UTF-8 | 瓆롊懈렏섕뤶핉 | 111001111001001110000110111010111010000110001010111001101000011110001000111010111010000010001111111011001000010010010101111010111010010010110110111011011001010110001001 | e79386eba18ae68788eba08fec8495eba4b6ed9589 |
UHC | 瓆롊懈렏섕뤶핉 | 1111001011101111100011101101000011111010101010111000111010100101101111001010110010001111111001001100000010001110 | f2ef8ed0faab8ea5bcac8fe4c08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)