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 | Ú¢êõç | 1000111011011010100011101010001011101010111101011000111111100111 | 8eda8ea2eaf58fe7 |
SJIS-WIN | ???¢???? | 001111110011111100111111100000011001000100111111001111110011111100111111 | 3f3f3f81913f3f3f3f |
EUC-JP | ?Ú?¢êõ?ç | 0011111110001111101010101110001000111111101000011111000110001111101010111011010010001111101010111101100000111111100011111010101110101110 | 3f8faae23fa1f18fabb48fabd83f8fabae |
UTF-8 | Ú¢êõç | 11000010100011101100001110011010110000101000111011000010101000101100001110101010110000111011010111000010100011111100001110100111 | c28ec39ac28ec2a2c3aac3b5c28fc3a7 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)