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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 櫤櫤[櫤櫤[^ | 1111101011110011111110101111001101011011111110101111001111111010111100110101101101011110 | faf3faf35bfaf3faf35b5e |
EUC-JP | 櫤櫤[櫤櫤[^ | 100011111100010111010101100011111100010111010101010110111000111111000101110101011000111111000101110101010101101101011110 | 8fc5d58fc5d55b8fc5d58fc5d55b5e |
UTF-8 | 櫤櫤[櫤櫤[^ | 111001101010101110100100111001101010101110100100010110111110011010101011101001001110011010101011101001000101101101011110 | e6aba4e6aba45be6aba4e6aba45b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)