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 | ôâÙ» | 11110100111000101101100110111011 | f4e2d9bb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ôâÙ? | 10001111101010111101010010001111101010111010010010001111101010101110001100111111 | 8fabd48faba48faae33f |
UTF-8 | ôâÙ» | 1100001110110100110000111010001011000011100110011100001010111011 | c3b4c3a2c399c2bb |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)