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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 茹??楷?? | 1110010010100101001111110011111110011110101100100011111100111111 | e4a53f3f9eb23f3f |
EUC-JP | 茹??楷®? | 11101000101001110011111100111111110111001011010010001111101000101110111000111111 | e8a73f3fdcb48fa2ee3f |
UTF-8 | 茹띿슱楷®댚 | 1110100010001100101110011110101110011101101111111110110010001010101100011110011010100101101101111100001010101110111010111000110010011010 | e88cb9eb9dbfec8ab1e6a5b7c2aeeb8c9a |
UHC | 茹띿슱楷®댚 | 111001101010101010001101111011001001101010111000111110101010110010100010111001111000100010111110 | e6aa8dec9ab8faaca2e788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)