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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????橙 | 0011111100111111001111110011111100111111001111111001111011110010 | 3f3f3f3f3f3f9ef2 |
EUC-JP | ??????橙 | 0011111100111111001111110011111100111111001111111101110011110100 | 3f3f3f3f3f3fdcf4 |
UTF-8 | 뤶쫷쐬렎뤵칿橙 | 111010111010010010110110111011001010101110110111111011001001000010101100111010111010000010001110111010111010010010110101111011001011100110111111111001101010100110011001 | eba4b6ecabb7ec90aceba08eeba4b5ecb9bfe6a999 |
UHC | 뤶쫷쐬렎뤵칿橙 | 1000111111100100101001101000111010111101111111011000111010100100100011111110001110101111100011101101010011110010 | 8fe4a68ebdfd8ea48fe3af8ed4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)