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 | ¼Á»ÁB | 101111001100000110001111101110111100000101000010 | bcc18fbbc142 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | ?Á??ÁB | 00111111100011111010101010100001001111110011111110001111101010101010000101000010 | 3f8faaa13f3f8faaa142 |
UTF-8 | ¼Á»ÁB | 1100001010111100110000111000000111000010100011111100001010111011110000111000000101000010 | c2bcc381c28fc2bbc38142 |
UHC | ¼????B | 10101000111110010011111100111111001111110011111101000010 | a8f93f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)