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 | å¼µí³] | 11100101101111001011010111101101100001111011001101011101 | e5bcb5ed87b35d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | å??í??] | 1000111110101011101010010011111100111111100011111010101110111111001111110011111101011101 | 8faba93f3f8fabbf3f3f5d |
UTF-8 | å¼µí³] | 11000011101001011100001010111100110000101011010111000011101011011100001010000111110000101011001101011101 | c3a5c2bcc2b5c3adc287c2b35d |
UHC | ?¼???³] | 001111111010100011111001001111110011111100111111101010011111100001011101 | 3fa8f93f3f3fa9f85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)