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 | 際?肢?穽ⅲ | 10001101110110110011111110001110100010000011111111100010011101101111101001000010 | 8ddb3f8e883fe276fa42 |
EUC-JP | 際?肢?穽? | 101110101101110100111111101110111110100000111111111000111101011100111111 | badd3fbbe83fe3d73f |
UTF-8 | 際렑肢렖穽ⅲ | 111010011001101010011011111010111010000010010001111010001000001010100010111010111010000010010110111001111010100110111101111000101000010110110010 | e99a9beba091e882a2eba096e7a9bde285b2 |
UHC | 際렑肢렖穽ⅲ | 111100001011011110001110101001101111001010110110100011101010101111101111111100001010010110100011 | f0b78ea6f2b68eabeff0a5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)