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 | 張η?褥ワ? | 10010010101000111000001111000101001111111110010111110001100000111000111100111111 | 92a383c53fe5f1838f3f |
EUC-JP | 張η?褥ワ? | 11000100101001011010011011000111001111111110101011110011101001011110111100111111 | c4a5a6c73feaf3a5ef3f |
UTF-8 | 張η댚褥ワ풆 | 1110010110111100101101011100111010110111111010111000110010011010111010001010010010100101111000111000001110101111111011011001001010000110 | e5bcb5ceb7eb8c9ae8a4a5e383afed9286 |
UHC | 張η댚褥ワ풆 | 111011011110010110100101111001111000100010111110111010011011001110101011111011111011111010001110 | ede5a5e788bee9b3abefbe8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)