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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | レス識 | 1111000111111001110110101111000110001110101111011000111010101111 | f1f9daf18ebd8eaf |
EUC-JP | ?レ?ス識 | 0011111110001110110110100011111110001110101111011011110010110001 | 3f8eda3f8ebdbcb1 |
UTF-8 | レス識 | 111011101000010110110100111011111011111010011010111011101000010010001001111011111011110110111101111010001010110110011000 | ee85b4efbe9aee8489efbdbde8ad98 |
UHC | ????識 | 001111110011111100111111001111111110001111011011 | 3f3f3f3fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)