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 | 臍脛α異? | 111001000110000011100011111110001000001110111111100010001101100100111111 | e460e3f883bf88d93f |
EUC-JP | 臍脛α異? | 111001111100000111100110111110101010011011000001101100001101101100111111 | e7c1e6faa6c1b0db3f |
UTF-8 | 臍脛α異렢 | 1110100010000111100011011110100010000100100110111100111010110001111001111001010110110000111010111010000010100010 | e8878de8849bceb1e795b0eba0a2 |
UHC | 臍脛α異렢 | 11110000101100001100110011101011101001011110000111101100101101101000111010110011 | f0b0cceba5e1ecb68eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)