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 | ??敦?界 | 00111111001111111001001111010110001111111000101001000101 | 3f3f93d63f8a45 |
EUC-JP | ??敦?界 | 00111111001111111100011011011000001111111011001110100110 | 3f3fc6d83fb3a6 |
UTF-8 | 렺셔敦셔界 | 111010111010000010111010111011001000010110010100111001101001010110100110111011001000010110010100111001111001010110001100 | eba0baec8594e695a6ec8594e7958c |
UHC | 렺셔敦셔界 | 10001110110000101011110011000101110101001100010010111100110001011100110110100011 | 8ec2bcc5d4c4bcc5cda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)