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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???野? | 001111110011111100111111100101101110110000111111 | 3f3f3f96ec3f |
EUC-JP | ???野? | 001111110011111100111111110011001110111000111111 | 3f3f3fccee3f |
UTF-8 | 琉녕썮野좪 | 111011111010011110001100111010111000010110010101111011001000110110101110111010011000011110001110111011001010001010101010 | efa78ceb8595ec8daee9878eeca2aa |
UHC | 琉녕썮野좪 | 11101011101001001011001111100111100110111001111011100101101011111010000101000101 | eba4b3e79b9ee5afa145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)