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 | 凹??菴 | 100010011001101000111111001111111110010010111101 | 899a3f3fe4bd |
EUC-JP | 凹??菴 | 101100011111101000111111001111111110100010111111 | b1fa3f3fe8bf |
UTF-8 | 凹븀㈃菴 | 111001011000011110111001111010111011100010000000111000111000100010000011111010001000111110110100 | e587b9ebb880e38883e88fb4 |
UHC | 凹븀㈃菴 | 1110100011101010101110101110011110101001101101001110010011100000 | e8eabae7a9b4e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)