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 | ìù¬ | 1100001110101100110000111011100111000010100011101100001010101100 | c3acc3b9c28ec2ac |
SJIS-WIN | ?¬?????¬ | 00111111100000011100101000111111001111110011111100111111001111111000000111001010 | 3f81ca3f3f3f3f3f81ca |
EUC-JP | ì��¬ | 100011111010101010101010101000101100110010001111101010101010101000111111100011111010101010100100001111111000111110101010101001001010001011001100 | 8faaaaa2cc8faaaa3f8faaa43f8faaa4a2cc |
UTF-8 | ìù¬ | 11000011100000111100001010101100110000111000001111000010101110011100001110000010110000101000111011000011100000101100001010101100 | c383c2acc383c2b9c382c28ec382c2ac |
UHC | ???¹???? | 001111110011111100111111101010011111011000111111001111110011111100111111 | 3f3f3fa9f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)