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 | 鏑?至? | 100100110100110000111111100011101000101000111111 | 934c3f8e8a3f |
EUC-JP | 鏑?至? | 110001011010110100111111101110111110101000111111 | c5ad3fbbea3f |
UTF-8 | 鏑렭至렜 | 111010011000111110010001111010111010000010101101111010001000011110110011111010111010000010011100 | e98f91eba0ade887b3eba09c |
UHC | 鏑렭至렜 | 1110111011101011100011101011101011110010101110001000111010101110 | eeeb8ebaf2b88eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)