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 | ??似?富 | 00111111001111111000111010010111001111111001010101111000 | 3f3f8e973f9578 |
EUC-JP | ??似?富 | 00111111001111111011101111110111001111111100100111011001 | 3f3fbbf73fc9d9 |
UTF-8 | 렺셔似셔富 | 111010111010000010111010111011001000010110010100111001001011110010111100111011001000010110010100111001011010111110001100 | eba0baec8594e4bcbcec8594e5af8c |
UHC | 렺셔似셔富 | 10001110110000101011110011000101110111101100010010111100110001011101110110100011 | 8ec2bcc5dec4bcc5dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)