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 | òé¶Â« | 11110010111010011000111010110110100011111100001010101011 | f2e98eb68fc2ab |
SJIS-WIN | ???¶??? | 0011111100111111001111111000000111110111001111110011111100111111 | 3f3f3f81f73f3f3f |
EUC-JP | òé?¶?Â? | 1000111110101011110100101000111110101011101100010011111110100010111110010011111110001111101010101010010000111111 | 8fabd28fabb13fa2f93f8faaa43f |
UTF-8 | òé¶Â« | 1100001110110010110000111010100111000010100011101100001010110110110000101000111111000011100000101100001010101011 | c3b2c3a9c28ec2b6c28fc382c2ab |
UHC | ???¶??? | 0011111100111111001111111010001011010010001111110011111100111111 | 3f3f3fa2d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)