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 | ?賂? | 00111111100110000100011100111111 | 3f98473f |
EUC-JP | ?賂? | 00111111110011111010100000111111 | 3fcfa83f |
UTF-8 | 麟賂렱 | 111011111010011110110011111010001011001110000010111010111010000010110001 | efa7b3e8b382eba0b1 |
UHC | 麟賂렱 | 111011001110100011010110111100011000111010111110 | ece8d6f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)