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 | ?烙? | 00111111111000001000000000111111 | 3fe0803f |
EUC-JP | ?烙焰 | 001111111101111111100000100011111100100111101111 | 3fdfe08fc9ef |
UTF-8 | 뤵烙焰 | 111010111010010010110101111001111000001110011001111001111000010010110000 | eba4b5e78399e784b0 |
UHC | 뤵烙焰 | 100011111110001111010101101001111110011011111011 | 8fe3d5a7e6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)