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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?匿楠? | 001111111001001110111101100100111110110100111111 | 3f93bd93ed3f |
EUC-JP | ?匿楠? | 001111111100011010111111110001101110111100111111 | 3fc6bfc6ef3f |
UTF-8 | 뤦匿楠폐 | 111010111010010010100110111001011000110010111111111001101010010110100000111011011000111110010000 | eba4a6e58cbfe6a5a0ed8f90 |
UHC | 뤦匿楠폐 | 1000111111010100110100101111101111010001111110001100011011110011 | 8fd4d2fbd1f8c6f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)