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 | 愼?運?錚 | 1001110011000100001111111000100101011110001111111110100001000010 | 9cc43f895e3fe842 |
EUC-JP | 愼?運?錚 | 1101100011000110001111111011000110111111001111111110111110100011 | d8c63fb1bf3fefa3 |
UTF-8 | 愼렧運렩錚 | 111001101000010010111100111010111010000010100111111010011000000110001011111010111010000010101001111010011000110010011010 | e684bceba0a7e9818beba0a9e98c9a |
UHC | 愼렧運렩錚 | 11100011111001011000111010110110111010101010000110001110101101111110111010110110 | e3e58eb6eaa18eb7eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)