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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 衆橋攻衆 | 1000111101001111100010111011010010001101010101011000111101001111 | 8f4f8bb48d558f4f |
EUC-JP | 衆橋攻衆 | 1011110110110000101101101011011010111001101101101011110110110000 | bdb0b6b6b9b6bdb0 |
UTF-8 | 衆橋攻衆 | 111010001010000110000110111001101010100110001011111001101001010010111011111010001010000110000110 | e8a186e6a98be694bbe8a186 |
UHC | 衆橋攻衆 | 1111000111101011110011101110100111001101111101001111000111101011 | f1ebcee9cdf4f1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)