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 | 凹??絶? | 10001001100110100011111100111111100100001110001000111111 | 899a3f3f90e23f |
EUC-JP | 凹??絶? | 10110001111110100011111100111111110000001110010000111111 | b1fa3f3fc0e43f |
UTF-8 | 凹욑쉼絶꿅 | 111001011000011110111001111011001001101010010001111011001000100110111100111001111011010110110110111010101011111110000101 | e587b9ec9a91ec89bce7b5b6eabf85 |
UHC | 凹욑쉼絶꿅 | 11101000111010101001111011101111101111011011000011101111101111101000010101000110 | e8ea9eefbdb0efbe8546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)