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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 倖耕?] | 100011001111010010001101011010110011111101011101 | 8cf48d6b3f5d |
EUC-JP | 倖耕?] | 101110001111011010111001110011000011111101011101 | b8f6b9cc3f5d |
UTF-8 | 倖耕볼] | 11100101100000001001011011101000100000001001010111101011101100111011110001011101 | e58096e88095ebb3bc5d |
UHC | 倖耕볼] | 11111010101110001100110011101001101110101011110001011101 | fab8cce9babc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)