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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 髱Ъ髱Ъ^ | 111010011001110110000100010110111110100110011101100001000101101101011110 | e99d845be99d845b5e |
EUC-JP | 髱Ъ髱Ъ^ | 111100011111110110100111101111001111000111111101101001111011110001011110 | f1fda7bcf1fda7bc5e |
UTF-8 | 髱Ъ髱Ъ^ | 1110100110101011101100011101000010101010111010011010101110110001110100001010101001011110 | e9abb1d0aae9abb1d0aa5e |
UHC | ?Ъ?Ъ^ | 00111111101011001011110000111111101011001011110001011110 | 3facbc3facbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)