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 | リ鞋フ・ホ | 110110001110100011011100110011001010010111001110 | d8e8dccca5ce |
EUC-JP | リ鞋フ・ホ | 10001110110110001111000011011110100011101100110010001110101001011000111011001110 | 8ed8f0de8ecc8ea58ece |
UTF-8 | リ鞋フ・ホ | 111011111011111010011000111010011001111010001011111011111011111010001100111011111011110110100101111011111011111010001110 | efbe98e99e8befbe8cefbda5efbe8e |
UHC | ?鞋??? | 001111111111101110111001001111110011111100111111 | 3ffbb93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)