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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?暠?壙? | 00111111111110101101101100111111100110101101101100111111 | 3ffadb3f9adb3f |
EUC-JP | ?暠?壙? | 0011111110001111110000101101011100111111110101001101110100111111 | 3f8fc2d73fd4dd3f |
UTF-8 | 렺暠렺壙덱 | 111010111010000010111010111001101001101010100000111010111010000010111010111001011010001110011001111010111000110110110001 | eba0bae69aa0eba0bae5a399eb8db1 |
UHC | 렺暠렺壙덱 | 10001110110000101100110110111100100011101100001011001110110001011011010110100110 | 8ec2cdbc8ec2cec5b5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)