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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巐ヲ巐Ъ | 11111010101101101010011011111010101101101000010001011011 | fab6a6fab6845b |
EUC-JP | 巐ヲ巐Ъ | 10001111101110111111100110001110101001101000111110111011111110011010011110111100 | 8fbbf98ea68fbbf9a7bc |
UTF-8 | 巐ヲ巐Ъ | 1110010110110111100100001110111110111101101001101110010110110111100100001101000010101010 | e5b790efbda6e5b790d0aa |
UHC | ???Ъ | 0011111100111111001111111010110010111100 | 3f3f3facbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)