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 | íí³By\ | 111011011001101010000010111011011001100010110011010000100111100101011100 | ed9a82ed98b342795c |
SJIS-WIN | ??????By\ | 001111110011111100111111001111110011111100111111010000100111100101011100 | 3f3f3f3f3f3f42795c |
EUC-JP | í??í??By\ | 10001111101010111011111100111111001111111000111110101011101111110011111100111111010000100111100101011100 | 8fabbf3f3f8fabbf3f3f42795c |
UTF-8 | íí³By\ | 110000111010110111000010100110101100001010000010110000111010110111000010100110001100001010110011010000100111100101011100 | c3adc29ac282c3adc298c2b342795c |
UHC | ?????³By\ | 00111111001111110011111100111111001111111010100111111000010000100111100101011100 | 3f3f3f3f3fa9f842795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)