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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | リ鞋フ・ | 1101100011101000110111001100110010100101 | d8e8dccca5 |
EUC-JP | リ鞋フ・ | 1000111011011000111100001101111010001110110011001000111010100101 | 8ed8f0de8ecc8ea5 |
UTF-8 | リ鞋フ・ | 111011111011111010011000111010011001111010001011111011111011111010001100111011111011110110100101 | efbe98e99e8befbe8cefbda5 |
UHC | ?鞋?? | 0011111111111011101110010011111100111111 | 3ffbb93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)