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 | 夭泥ぁ? | 10011010111011101001001101000100100000101001111100111111 | 9aee9344829f3f |
EUC-JP | 夭泥ぁ? | 11010100111100001100010110100101101001001010000100111111 | d4f0c5a5a4a13f |
UTF-8 | 夭泥ぁ렟 | 111001011010010010101101111001101011001110100101111000111000000110000001111010111010000010011111 | e5a4ade6b3a5e38181eba09f |
UHC | 夭泥ぁ렟 | 1110100011101100110100101111101010101010101000011000111010110000 | e8ecd2faaaa18eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)