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 | 墺??仰 | 100110101101001000111111001111111000101111000010 | 9ad23f3f8bc2 |
EUC-JP | 墺??仰 | 110101001101010000111111001111111011011011000100 | d4d43f3fb6c4 |
UTF-8 | 墺뺞폇仰 | 111001011010001010111010111010111011101010011110111011011000111110000111111001001011101110110000 | e5a2baebba9eed8f87e4bbb0 |
UHC | 墺뺞폇仰 | 1110011111110010100101011110011010111100100101001110010011100110 | e7f295e6bc94e4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)