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 | ???謙? | 001111110011111100111111100011001010101000111111 | 3f3f3f8caa3f |
EUC-JP | ??珏謙? | 0011111100111111100011111100101111101101101110001010110000111111 | 3f3f8fcbedb8ac3f |
UTF-8 | 렺컵珏謙렒 | 111010111010000010111010111011001011101110110101111001111000111110001111111010001010110010011001111010111010000010010010 | eba0baecbbb5e78f8fe8ac99eba092 |
UHC | 렺컵珏謙렒 | 10001110110000101100010011000101110010101100010011001100110001011000111010100111 | 8ec2c4c5cac4ccc58ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)