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 | 矣^ | 11110010111000111110000111100001111101101110001001011110 | f2e3e1e1f6e25e |
EUC-JP | ?矣?^ | 0011111111100010111000110011111101011110 | 3fe2e33f5e |
UTF-8 | 矣^ | 11101110100010001001101011100111100111111010001111101110100101001000100101011110 | ee889ae79fa3ee94895e |
UHC | ?矣?^ | 0011111111101011111110000011111101011110 | 3febf83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)