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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔭℡?野 | 10001000111111001000011110000100001111111001011011101100 | 88fc87843f96ec |
EUC-JP | 蔭??野 | 101100001111111000111111001111111100110011101110 | b0fe3f3fccee |
UTF-8 | 蔭℡슖野 | 111010001001010010101101111000101000010010100001111011001000101010010110111010011000011110001110 | e894ade284a1ec8a96e9878e |
UHC | 蔭℡슖野 | 1110101111100011101000101110010110011010101001011110010110101111 | ebe3a2e59aa5e5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)