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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?漫模 | 0011111110010110100111111001011011001101 | 3f969f96cd |
EUC-JP | ?漫模 | 0011111111001100101000011100110011001111 | 3fcca1cccf |
UTF-8 | 뤵漫模 | 111010111010010010110101111001101011110010101011111001101010100010100001 | eba4b5e6bcabe6a8a1 |
UHC | 뤵漫模 | 100011111110001111011000101111001101100110111100 | 8fe3d8bcd9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)