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 | åÅÓßå | 111001011100010110011000110100111101111111100101 | e5c598d3dfe5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | åÅ?Óßå | 10001111101010111010100110001111101010101010100100111111100011111010101011010001100011111010100111001110100011111010101110101001 | 8faba98faaa93f8faad18fa9ce8faba9 |
UTF-8 | åÅÓßå | 110000111010010111000011100001011100001010011000110000111001001111000011100111111100001110100101 | c3a5c385c298c393c39fc3a5 |
UHC | ????ß? | 00111111001111110011111100111111101010011010110000111111 | 3f3f3f3fa9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)