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 | ????壙界 | 0011111100111111001111110011111110011010110110111000101001000101 | 3f3f3f3f9adb8a45 |
EUC-JP | ????壙界 | 0011111100111111001111110011111111010100110111011011001110100110 | 3f3f3f3fd4ddb3a6 |
UTF-8 | 렺늚렖렺壙界 | 111010111010000010111010111010111000101010011010111010111010000010010110111010111010000010111010111001011010001110011001111001111001010110001100 | eba0baeb8a9aeba096eba0bae5a399e7958c |
UHC | 렺늚렖렺壙界 | 100011101100001010110100110001011000111010101011100011101100001011001110110001011100110110100011 | 8ec2b4c58eab8ec2cec5cda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)