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 | 永?ぎ恂 | 10001001011010010011111110000010101011001001110010010110 | 89693f82ac9c96 |
EUC-JP | 永?ぎ恂 | 10110001110010100011111110100100101011101101011111110110 | b1ca3fa4aed7f6 |
UTF-8 | 永롧ぎ恂 | 111001101011000010111000111010111010000110100111111000111000000110001110111001101000000110000010 | e6b0b8eba1a7e3818ee68182 |
UHC | 永롧ぎ恂 | 1110011110110101100011101110011110101010101011101110001011100001 | e7b58ee7aaaee2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)