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 | ?似??? | 001111111000111010010111001111110011111100111111 | 3f8e973f3f3f |
EUC-JP | ?似珏?? | 0011111110111011111101111000111111001011111011010011111100111111 | 3fbbf78fcbed3f3f |
UTF-8 | 렺似珏쩡렡 | 111010111010000010111010111001001011110010111100111001111000111110001111111011001010100110100001111010111010000010100001 | eba0bae4bcbce78f8feca9a1eba0a1 |
UHC | 렺似珏쩡렡 | 10001110110000101101111011000100110010101100010011000010110001001000111010110010 | 8ec2dec4cac4c2c48eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)