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 | 諍伎α?? | 1110011001111001100010101110101010000011101111110011111100111111 | e6798aea83bf3f3f |
EUC-JP | 諍伎α珽? | 11101011110110101011010011101100101001101100000110001111110010111111111000111111 | ebdab4eca6c18fcbfe3f |
UTF-8 | 諍伎α珽렏 | 1110100010101011100011011110010010111100100011101100111010110001111001111000111110111101111010111010000010001111 | e8ab8de4bc8eceb1e78fbdeba08f |
UHC | 諍伎α珽렏 | 11101110101101011101000011101011101001011110000111101111111010101000111010100101 | eeb5d0eba5e1efea8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)