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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 綜?羸B | 100100011000111000111111111000111011111001000010 | 918e3fe3be42 |
EUC-JP | 綜?羸B | 110000011110111000111111111001101100000001000010 | c1ee3fe6c042 |
UTF-8 | 綜곕羸B | 11100111101101101001110011101010101100111001010111100111101111101011100001000010 | e7b69ceab395e7beb842 |
UHC | 綜곕羸B | 11110000111111001011000011101011110101111110100001000010 | f0fcb0ebd7e842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)