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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 上ユァ鬨ケe^ | 100011111110001111010101101001111110100110101000101110010110010101011110 | 8fe3d5a7e9a8b9655e |
EUC-JP | 上ユァ鬨ケe^ | 101111101110010110001110110101011000111010100111111100101010101010001110101110010110010101011110 | bee58ed58ea7f2aa8eb9655e |
UTF-8 | 上ユァ鬨ケe^ | 1110010010111000100010101110111110111110100101011110111110111101101001111110100110101100101010001110111110111101101110010110010101011110 | e4b88aefbe95efbda7e9aca8efbdb9655e |
UHC | 上????e^ | 1101111110111110001111110011111100111111001111110110010101011110 | dfbe3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)