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 | Øá | 100110101101100010001001100111111110000110011110 | 9ad8899fe19e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ø??á? | 00111111100011111010100110101100001111110011111110001111101010111010000100111111 | 3f8fa9ac3f3f8faba13f |
UTF-8 | Øá | 110000101001101011000011100110001100001010001001110000101001111111000011101000011100001010011110 | c29ac398c289c29fc3a1c29e |
UHC | ?Ø???? | 00111111101010001010101000111111001111110011111100111111 | 3fa8aa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)