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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 顔?}顔?{^ | 100010101110011100111111011111011000101011100111001111110111101101011110 | 8ae73f7d8ae73f7b5e |
EUC-JP | 顔?}顔?{^ | 101101001110100100111111011111011011010011101001001111110111101101011110 | b4e93f7db4e93f7b5e |
UTF-8 | 顔솦}顔솦{^ | 111010011010000110010100111011001000011010100110011111011110100110100001100101001110110010000110101001100111101101011110 | e9a194ec86a67de9a194ec86a67b5e |
UHC | 顔솦}顔솦{^ | 1110010011010100100110011001111101111101111001001101010010011001100111110111101101011110 | e4d4999f7de4d4999f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)