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 | 腰??瑜 | 100011011001100000111111001111111110000011101111 | 8d983f3fe0ef |
EUC-JP | 腰??瑜 | 101110011111100000111111001111111110000011110001 | b9f83f3fe0f1 |
UTF-8 | 腰밧날瑜 | 111010001000010110110000111010111011000010100111111010111000001010100000111001111001000110011100 | e885b0ebb0a7eb82a0e7919c |
UHC | 腰밧날瑜 | 1110100110100110101110011110010110110011101011111110101110100101 | e9a6b9e5b3afeba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)