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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?消消筮B | 0011111110001111110000011000111111000001111000101010110001000010 | 3f8fc18fc1e2ac42 |
EUC-JP | ?消消筮B | 0011111110111110110000111011111011000011111001001010111001000010 | 3fbec3bec3e4ae42 |
UTF-8 | 뤵消消筮B | 11101011101001001011010111100110101101101000100011100110101101101000100011100111101011011010111001000010 | eba4b5e6b688e6b688e7adae42 |
UHC | 뤵消消筮B | 100011111110001111100001101111001110000110111100110111111111101101000010 | 8fe3e1bce1bcdffb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)