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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 俄恃陞 | 100010011110001010011100100101001110100010011110 | 89e29c94e89e |
EUC-JP | 俄恃陞 | 101100101110010011010111111101001110111111111110 | b2e4d7f4effe |
UTF-8 | 俄恃陞 | 111001001011111110000100111001101000000110000011111010011001100110011110 | e4bf84e68183e9999e |
UHC | 俄恃陞 | 111001001010110111100011101111101110001110110011 | e4ade3bee3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)