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 | ?????馮 | 00111111001111110011111100111111001111111110100101100111 | 3f3f3f3f3fe967 |
EUC-JP | ?????馮 | 00111111001111110011111100111111001111111111000111001000 | 3f3f3f3f3ff1c8 |
UTF-8 | 싅귛긆뽯깄馮 | 111011001000101110000101111010101011011110011011111010101011100010000110111010111011110110101111111010101011100110000100111010011010011010101110 | ec8b85eab79beab886ebbdafeab984e9a6ae |
UHC | 싅귛긆뽯깄馮 | 100110101100100010000010111001011000001101001001100101101110101110000011100001011111100110100111 | 9ac882e5834996eb8385f9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)