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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 怨??怨??^ | 100010011000010100111111001111111000100110000101001111110011111101011110 | 89853f3f89853f3f5e |
EUC-JP | 怨??怨??^ | 101100011110010100111111001111111011000111100101001111110011111101011110 | b1e53f3fb1e53f3f5e |
UTF-8 | 怨롋렋怨롋렋^ | 11100110100000001010100011101011101000011000101111101011101000001000101111100110100000001010100011101011101000011000101111101011101000001000101101011110 | e680a8eba18beba08be680a8eba18beba08b5e |
UHC | 怨롋렋怨롋렋^ | 11101010101100111000111011010001100011101010001011101010101100111000111011010001100011101010001001011110 | eab38ed18ea2eab38ed18ea25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)