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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???材?B | 00111111001111110011111110001101110111100011111101000010 | 3f3f3f8dde3f42 |
EUC-JP | ???材?B | 00111111001111110011111110111010111000000011111101000010 | 3f3f3fbae03f42 |
UTF-8 | 롎롃렎材렕B | 11101011101000011000111011101011101000011000001111101011101000001000111011100110100111011001000011101011101000001001010101000010 | eba18eeba183eba08ee69d90eba09542 |
UHC | 롎롃렎材렕B | 1000111011010100100011101100101010001110101001001110111010100111100011101010101001000010 | 8ed48eca8ea4eea78eaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)