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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 凹??釗?? | 1000100110011010001111110011111111111011101110110011111100111111 | 899a3f3ffbbb3f3f |
EUC-JP | 凹??釗?? | 101100011111101000111111001111111000111111100011101001100011111100111111 | b1fa3f3f8fe3a63f3f |
UTF-8 | 凹뤷툤釗뚩츝 | 111001011000011110111001111010111010010010110111111011011000100010100100111010011000011110010111111010111001101010101001111011001011100010011101 | e587b9eba4b7ed88a4e98797eb9aa9ecb89d |
UHC | 凹뤷툤釗뚩츝 | 111010001110101010001111111001011011100010011011111000011111001010001100111010001010111010010110 | e8ea8fe5b89be1f28ce8ae96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)