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 | 膵豪せ赧 | 1110010001011000100011011000101110000010101110011110011011011101 | e4588d8b82b9e6dd |
EUC-JP | 膵豪せ赧 | 1110011110111001101110011110101110100100101110111110110011011111 | e7b9b9eba4bbecdf |
UTF-8 | 膵豪せ赧 | 111010001000011010110101111010001011000110101010111000111000000110011011111010001011010110100111 | e886b5e8b1aae3819be8b5a7 |
UHC | 膵豪せ? | 11110101111111011111101111011111101010101011101100111111 | f5fdfbdfaabb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)