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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 쨩채혟쨋쨋 | 111011001010100010101001111011001011000110000100111011011001100010011111111011001010100010001011111011001010100010001011 | eca8a9ecb184ed989feca88beca88b |
UHC | 쨩채혟쨋쨋 | 11000010101110111100001110100100110000101000100111000010101101101100001010110110 | c2bbc3a4c289c2b6c2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)