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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 倏爻倏爻B | 111000001100010111100000101010011110000011000101111000001010100101000010 | e0c5e0a9e0c5e0a942 |
EUC-JP | 倏爻倏爻B | 111000001100011111100000101010111110000011000111111000001010101101000010 | e0c7e0abe0c7e0ab42 |
UTF-8 | 倏爻倏爻B | 11100101100000001000111111100111100010001011101111100101100000001000111111100111100010001011101101000010 | e5808fe788bbe5808fe788bb42 |
UHC | ?爻?爻B | 00111111111111011010000100111111111111011010000101000010 | 3ffda13ffda142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)