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 | 茁?憶?俺 | 1111101110010011001111111000100110101111001111111000100110110100 | fb933f89af3f89b4 |
EUC-JP | 茁?憶?俺 | 100011111101011111011110001111111011001010110001001111111011001010110110 | 8fd7de3fb2b13fb2b6 |
UTF-8 | 茁렭憶렓俺 | 111010001000110010000001111010111010000010101101111001101000011010110110111010111010000010010011111001001011111110111010 | e88c81eba0ade686b6eba093e4bfba |
UHC | 茁렭憶렓俺 | 11110001111010001000111010111010111001011110001110001110101010001110010111101111 | f1e88ebae5e38ea8e5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)