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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 逎喙}逎喙{^ | 1110011110100011100110100101101101111101111001111010001110011010010110110111101101011110 | e7a39a5b7de7a39a5b7b5e |
EUC-JP | 逎喙}逎喙{^ | 1110111010100101110100111011110001111101111011101010010111010011101111000111101101011110 | eea5d3bc7deea5d3bc7b5e |
UTF-8 | 逎喙}逎喙{^ | 111010011000000010001110111001011001011010011001011111011110100110000000100011101110010110010110100110010111101101011110 | e9808ee596997de9808ee596997b5e |
UHC | ?喙}?喙{^ | 001111111111110111000010011111010011111111111101110000100111101101011110 | 3ffdc27d3ffdc27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)