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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 痢면異痢면異^ | 11101111101001111010010111101011101010011011010011101111101001011010001011101111101001111010010111101011101010011011010011101111101001011010001001011110 | efa7a5eba9b4efa5a2efa7a5eba9b4efa5a25e |
UHC | 痢면異痢면異^ | 11101100101110001011100011101001110101111110010011101100101110001011100011101001110101111110010001011110 | ecb8b8e9d7e4ecb8b8e9d7e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)