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 | ?る?宜 | 001111111000001011101001001111111000101101011000 | 3f82e93f8b58 |
EUC-JP | ?る?宜 | 001111111010010011101011001111111011010110111001 | 3fa4eb3fb5b9 |
UTF-8 | 隸る쓬宜 | 111011111010011010111000111000111000001010001011111011001001001110101100111001011010111010011100 | efa6b8e3828bec93ace5ae9c |
UHC | 隸る쓬宜 | 1110011111100110101010101110101110011101100011001110101111110001 | e7e6aaeb9d8cebf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)