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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 源??^ | 1000110010111001001111110011111101011110 | 8cb93f3f5e |
EUC-JP | 源??^ | 1011100010111011001111110011111101011110 | b8bb3f3f5e |
UTF-8 | 源껉퉫^ | 11100110101110101001000011101010101110111000100111101101100010011010101101011110 | e6ba90eabb89ed89ab5e |
UHC | 源껉퉫^ | 11101010101110011000001111101010101110011000001101011110 | eab983eab9835e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)