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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 慂??涅?? | 1001110011001000001111110011111110011111101110000011111100111111 | 9cc83f3f9fb83f3f |
EUC-JP | 慂??涅?? | 1101100011001010001111110011111111011110101110100011111100111111 | d8ca3f3fdeba3f3f |
UTF-8 | 慂잒쾳涅됭쾮 | 111001101000010110000010111011001001111010010010111011001011111010110011111001101011011010000101111010111001000010101101111011001011111010101110 | e68582ec9e92ecbeb3e6b685eb90adecbeae |
UHC | 慂잒쾳涅됭쾮 | 111010011011110110011111111010001011001010001001111001101110111010001001111010001011001010000101 | e9bd9fe8b289e6ee89e8b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)