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 | ò¬¼ëü | 111100101010110010001110101111001110101111111100 | f2ac8ebcebfc |
SJIS-WIN | ?¬???? | 00111111100000011100101000111111001111110011111100111111 | 3f81ca3f3f3f3f |
EUC-JP | ò¬??ëü | 10001111101010111101001010100010110011000011111100111111100011111010101110110011100011111010101111100100 | 8fabd2a2cc3f3f8fabb38fabe4 |
UTF-8 | ò¬¼ëü | 110000111011001011000010101011001100001010001110110000101011110011000011101010111100001110111100 | c3b2c2acc28ec2bcc3abc3bc |
UHC | ???¼?? | 00111111001111110011111110101000111110010011111100111111 | 3f3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)