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 | ??敦箝? | 00111111001111111001001111010110111000101010110100111111 | 3f3f93d6e2ad3f |
EUC-JP | ??敦箝? | 00111111001111111100011011011000111001001010111100111111 | 3f3fc6d8e4af3f |
UTF-8 | 렺旼敦箝렑 | 111010111010000010111010111001101001011110111100111001101001010110100110111001111010111010011101111010111010000010010001 | eba0bae697bce695a6e7ae9deba091 |
UHC | 렺旼敦箝렑 | 10001110110000101101101011000100110101001100010011001100110001001000111010100110 | 8ec2dac4d4c4ccc48ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)