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 | 終??謗 | 100011110100100100111111001111111110011010001110 | 8f493f3fe68e |
EUC-JP | 終?獐謗 | 1011110110101010001111111000111111001011101110101110101111101110 | bdaa3f8fcbbaebee |
UTF-8 | 終렫獐謗 | 111001111011010110000010111010111010000010101011111001111000110110010000111010001010110010010111 | e7b582eba0abe78d90e8ac97 |
UHC | 終렫獐謗 | 1111000011111011100011101011100111101101111011111101101110111111 | f0fb8eb9edefdbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)