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 | ????ν?? | 0011111100111111001111110011111110000011110010110011111100111111 | 3f3f3f3f83cb3f3f |
EUC-JP | ????ν?? | 0011111100111111001111110011111110100110110011010011111100111111 | 3f3f3f3fa6cd3f3f |
UTF-8 | 淋묒괜淋ν쉻淋 | 1110111110100111101101011110101110101100100100101110101010110100100111001110111110100111101101011100111010111101111011001000100110111011111011111010011110110101 | efa7b5ebac92eab49cefa7b5cebdec89bbefa7b5 |
UHC | 淋묒괜淋ν쉻淋 | 1110110011111000100100011110110010110001101001101110110011111000101001011110110110011010100100011110110011111000 | ecf891ecb1a6ecf8a5ed9a91ecf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)