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 | 茹丈Л矍 | 1110010010100101100011111110010010000100010011001110000111011101 | e4a58fe4844ce1dd |
EUC-JP | 茹丈Л矍 | 1110100010100111101111101110011010100111101011011110001011011111 | e8a7bee6a7ade2df |
UTF-8 | 茹丈Л矍 | 1110100010001100101110011110010010111000100010001101000010011011111001111001111110001101 | e88cb9e4b888d09be79f8d |
UHC | 茹丈Л? | 11100110101010101110110111011011101011001010110100111111 | e6aaeddbacad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)