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 | 凹??央 | 100010011001101000111111001111111000100110011011 | 899a3f3f899b |
EUC-JP | 凹??央 | 101100011111101000111111001111111011000111111011 | b1fa3f3fb1fb |
UTF-8 | 凹삯값央 | 111001011000011110111001111011001000001010101111111010101011000010010010111001011010010010101110 | e587b9ec82afeab092e5a4ae |
UHC | 凹삯값央 | 1110100011101010101110111110100110110000101010101110010011100111 | e8eabbe9b0aae4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)