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 | 韜檎棟妤 | 1110100011101001100011001110011110010011100011111111101010100100 | e8e98ce7938ffaa4 |
EUC-JP | 韜檎棟妤 | 111100001110101110111000111010011100010111101111100011111011100110101111 | f0ebb8e9c5ef8fb9af |
UTF-8 | 韜檎棟妤 | 111010011001111110011100111001101010101010001110111001101010001110011111111001011010011010100100 | e99f9ce6aa8ee6a39fe5a6a4 |
UHC | 韜檎棟? | 11010100101101111101000011010101110101001101011000111111 | d4b7d0d5d4d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)