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 | ?旬壯 | 0011111110001111011110111001101011100001 | 3f8f7b9ae1 |
EUC-JP | ?旬壯 | 0011111110111101110111001101010011100011 | 3fbddcd4e3 |
UTF-8 | 켜旬壯 | 111011001011110010011100111001101001011110101100111001011010001110101111 | ecbc9ce697ace5a3af |
UHC | 켜旬壯 | 110001001101000111100010111000101110110111100000 | c4d1e2e2ede0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)