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 | 裘賀エソ裘 | 1110010111100010100010011110101010110100101111111110010111100010 | e5e289eab4bfe5e2 |
EUC-JP | 裘賀エソ裘 | 11101010111001001011001011101100100011101011010010001110101111111110101011100100 | eae4b2ec8eb48ebfeae4 |
UTF-8 | 裘賀エソ裘 | 111010001010001110011000111010001011001110000000111011111011110110110100111011111011110110111111111010001010001110011000 | e8a398e8b380efbdb4efbdbfe8a398 |
UHC | ?賀??? | 001111111111100111000101001111110011111100111111 | 3ff9c53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)