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 | ó³ô©íÛ | 111100111011001111110100101010011110110111011011 | f3b3f4a9eddb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ó?ô©íÛ | 10001111101010111101000100111111100011111010101111010100100011111010001011101101100011111010101110111111100011111010101011100101 | 8fabd13f8fabd48fa2ed8fabbf8faae5 |
UTF-8 | ó³ô©íÛ | 110000111011001111000010101100111100001110110100110000101010100111000011101011011100001110011011 | c3b3c2b3c3b4c2a9c3adc39b |
UHC | ?³???? | 00111111101010011111100000111111001111110011111100111111 | 3fa9f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)