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 | 紜祉ャ豢 | 11100011010000011000111010000011101011001110011010110100 | e3418e83ace6b4 |
EUC-JP | 紜祉ャ豢 | 1110010110100010101110111110001110001110101011001110110010110110 | e5a2bbe38eacecb6 |
UTF-8 | 紜祉ャ豢 | 111001111011010010011100111001111010010110001001111011111011110110101100111010001011000110100010 | e7b49ce7a589efbdace8b1a2 |
UHC | ?祉?? | 0011111111110010101100110011111100111111 | 3ff2b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)