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 | ú©¶»³ | 11111010101010011000111010110110100011111011101110110011 | faa98eb68fbbb3 |
SJIS-WIN | ???¶??? | 0011111100111111001111111000000111110111001111110011111100111111 | 3f3f3f81f73f3f3f |
EUC-JP | ú©?¶??? | 100011111010101111100010100011111010001011101101001111111010001011111001001111110011111100111111 | 8fabe28fa2ed3fa2f93f3f3f |
UTF-8 | ú©¶»³ | 1100001110111010110000101010100111000010100011101100001010110110110000101000111111000010101110111100001010110011 | c3bac2a9c28ec2b6c28fc2bbc2b3 |
UHC | ???¶??³ | 001111110011111100111111101000101101001000111111001111111010100111111000 | 3f3f3fa2d23f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)