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 | 程?郵?陰― | 10010010111101100011111110010111010110000011111110001001010000011000000101011100 | 92f63f97583f8941815c |
EUC-JP | 程?郵?陰― | 11000100111110000011111111001101101110010011111110110001101000101010000110111101 | c4f83fcdb93fb1a2a1bd |
UTF-8 | 程렣郵렮陰― | 111001111010100010001011111010111010000010100011111010011000001110110101111010111010000010101110111010011001100110110000111000101000000010010101 | e7a88beba0a3e983b5eba0aee999b0e28095 |
UHC | 程렣郵렮陰― | 111011111110111110001110101101001110100111101000100011101011101111101011111001001010000110101010 | efef8eb4e9e88ebbebe4a1aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)