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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 軟??娃??B | 100100111110111000111111001111111000100010100001001111110011111101000010 | 93ee3f3f88a13f3f42 |
EUC-JP | 軟??娃??B | 110001101111000000111111001111111011000010100011001111110011111101000010 | c6f03f3fb0a33f3f42 |
UTF-8 | 軟놅쉈娃㏆쉈B | 11101000101110111001111111101011100001101000010111101100100010011000100011100101101010001000001111100011100011111000011011101100100010011000100001000010 | e8bb9feb8685ec8988e5a883e38f86ec898842 |
UHC | 軟놅쉈娃㏆쉈B | 11100110111000111000011011101111101111011010010111101000110111111010011111101111101111011010010101000010 | e6e386efbda5e8dfa7efbda542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)