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 | 際?杖?弔 | 1000110111011011001111111000111111110001001111111001001010100010 | 8ddb3f8ff13f92a2 |
EUC-JP | 際?杖?弔 | 1011101011011101001111111011111011110011001111111100010010100100 | badd3fbef33fc4a4 |
UTF-8 | 際렑杖렓弔 | 111010011001101010011011111010111010000010010001111001101001110110010110111010111010000010010011111001011011110010010100 | e99a9beba091e69d96eba093e5bc94 |
UHC | 際렑杖렓弔 | 11110000101101111000111010100110111011011110100010001110101010001111000011000000 | f0b78ea6ede88ea8f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)