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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | ?紈???B | 0011111110001111110100111100110100111111001111110011111101000010 | 3f8fd3cd3f3f3f42 |
UTF-8 | 뤗紈쾹형섣B | 11101011101001001001011111100111101101001000100011101100101111101011100111101101100110001001010111101100100001001010001101000010 | eba497e7b488ecbeb9ed9895ec84a342 |
UHC | 뤗紈쾹형섣B | 1000111111000111111111001011110010110010100011111100011111111100101111001011001001000010 | 8fc7fcbcb28fc7fcbcb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)