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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 際?肢?箏ⅲ | 10001101110110110011111110001110100010000011111111100010101101011111101001000010 | 8ddb3f8e883fe2b5fa42 |
EUC-JP | 際?肢?箏? | 101110101101110100111111101110111110100000111111111001001011011100111111 | badd3fbbe83fe4b73f |
UTF-8 | 際렑肢렖箏ⅲ | 111010011001101010011011111010111010000010010001111010001000001010100010111010111010000010010110111001111010111010001111111000101000010110110010 | e99a9beba091e882a2eba096e7ae8fe285b2 |
UHC | 際렑肢렖箏ⅲ | 111100001011011110001110101001101111001010110110100011101010101111101110101101001010010110100011 | f0b78ea6f2b68eabeeb4a5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)