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 | î©å®¤\ | 11101110100001111010100111100101101011101010010001011100 | ee87a9e5aea45c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | �室\ | 1000111110101011110000100011111110001111101000101110110110001111101010111010100110001111101000101110111010001111101000101111000001011100 | 8fabc23f8fa2ed8faba98fa2ee8fa2f05c |
UTF-8 | î©å®¤\ | 11000011101011101100001010000111110000101010100111000011101001011100001010101110110000101010010001011100 | c3aec287c2a9c3a5c2aec2a45c |
UHC | ????®¤\ | 001111110011111100111111001111111010001011100111101000101011010001011100 | 3f3f3f3fa2e7a2b45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)