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 | ?侍獸 | 0011111110001110100110001110000011010111 | 3f8e98e0d7 |
EUC-JP | ?侍獸 | 0011111110111011111110001110000011011001 | 3fbbf8e0d9 |
UTF-8 | 쏖侍獸 | 111011001000111110010110111001001011111010001101111001111000110110111000 | ec8f96e4be8de78db8 |
UHC | 쏖侍獸 | 100110111111110011100011101101001110001010101110 | 9bfce3b4e2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)