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 | 液??野 | 100010010111010000111111001111111001011011101100 | 89743f3f96ec |
EUC-JP | 液??野 | 101100011101010100111111001111111100110011101110 | b1d53f3fccee |
UTF-8 | 液뒍룫野 | 111001101011011010110010111010111001001010001101111010111010001110101011111010011000011110001110 | e6b6b2eb928deba3abe9878e |
UHC | 液뒍룫野 | 1110010011111011100010101000101010001111101000101110010110101111 | e4fb8a8a8fa2e5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)