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 | åÅÓà | 111001011100010110011000110100111110000010000111 | e5c598d3e087 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | åÅ?Óà? | 1000111110101011101010011000111110101010101010010011111110001111101010101101000110001111101010111010001000111111 | 8faba98faaa93f8faad18faba23f |
UTF-8 | åÅÓà | 110000111010010111000011100001011100001010011000110000111001001111000011101000001100001010000111 | c3a5c385c298c393c3a0c287 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)