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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 菁\}菁\{^ | 111001001100010101011100011111011110010011000101010111000111101101011110 | e4c55c7de4c55c7b5e |
EUC-JP | 菁\}菁\{^ | 111010001100011101011100011111011110100011000111010111000111101101011110 | e8c75c7de8c75c7b5e |
UTF-8 | 菁\}菁\{^ | 1110100010001111100000010101110001111101111010001000111110000001010111000111101101011110 | e88f815c7de88f815c7b5e |
UHC | 菁\}菁\{^ | 111101001110101001011100011111011111010011101010010111000111101101011110 | f4ea5c7df4ea5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)