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 | ûÆݼ | 11111011110001101101110110111100 | fbc6ddbc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ûÆÝ? | 10001111101010111110010110001111101010011010000110001111101010101111001000111111 | 8fabe58fa9a18faaf23f |
UTF-8 | ûÆݼ | 1100001110111011110000111000011011000011100111011100001010111100 | c3bbc386c39dc2bc |
UHC | ?Æ?¼ | 001111111010100010100001001111111010100011111001 | 3fa8a13fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)