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 | 陟冗ュ咲 | 11101000101000001000111111100111101011011000110111100111 | e8a08fe7ad8de7 |
EUC-JP | 陟冗ュ咲 | 1111000010100010101111101110100110001110101011011011101011101001 | f0a2bee98eadbae9 |
UTF-8 | 陟冗ュ咲 | 111010011001100110011111111001011000011010010111111011111011110110101101111001011001001010110010 | e9999fe58697efbdade592b2 |
UHC | 陟冗?? | 111101001011001111101001101101110011111100111111 | f4b3e9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)