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 | オ゙オワ^ | 111100011110000010110101110111101111000111100000101101011101110001011110 | f1e0b5def1e0b5dc5e |
EUC-JP | ?オ゙?オワ^ | 0011111110001110101101011000111011011110001111111000111010110101100011101101110001011110 | 3f8eb58ede3f8eb58edc5e |
UTF-8 | オ゙オワ^ | 11101110100001011001101111101111101111011011010111101111101111101001111011101110100001011001101111101111101111011011010111101111101111101001110001011110 | ee859befbdb5efbe9eee859befbdb5efbe9c5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)