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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 釤レス辞ⅰ | 11111011101111111101101011110001100011101011110110001110101010111111101001000000 | fbbfdaf18ebd8eabfa40 |
EUC-JP | 釤レ?ス辞? | 1000111111100011101010101000111011011010001111111000111010111101101111001010110100111111 | 8fe3aa8eda3f8ebdbcad3f |
UTF-8 | 釤レス辞ⅰ | 111010011000011110100100111011111011111010011010111011101000010010001001111011111011110110111101111010001011111010011110111000101000010110110000 | e987a4efbe9aee8489efbdbde8be9ee285b0 |
UHC | ?????ⅰ | 00111111001111110011111100111111001111111010010110100001 | 3f3f3f3f3fa5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)