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 | Ö®öÐ | 11010110101011101111011011010000 | d6aef6d0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ö®ö? | 10001111101010101101001110001111101000101110111010001111101010111101001100111111 | 8faad38fa2ee8fabd33f |
UTF-8 | Ö®öÐ | 1100001110010110110000101010111011000011101101101100001110010000 | c396c2aec3b6c390 |
UHC | ?®?Ð | 001111111010001011100111001111111010100010100010 | 3fa2e73fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)