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 | 淀潘?? | 100101111000010011100000010011100011111100111111 | 9784e04e3f3f |
EUC-JP | 淀潘?? | 110011011110010011011111101011110011111100111111 | cde4dfaf3f3f |
UTF-8 | 淀潘렟렕 | 111001101011011110000000111001101011110110011000111010111010000010011111111010111010000010010101 | e6b780e6bd98eba09feba095 |
UHC | 淀潘렟렕 | 1110111111100011110110101110101110001110101100001000111010101010 | efe3daeb8eb08eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)