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 | 荵萵渉コ | 11100100101110011110010011100000100011111100001010111010 | e4b9e4e08fc2ba |
EUC-JP | 荵萵渉コ | 1110100010111011111010001110001010111110110001001000111010111010 | e8bbe8e2bec48eba |
UTF-8 | 荵萵渉コ | 111010001000110110110101111010001001000010110101111001101011100010001001111011111011110110111010 | e88db5e890b5e6b889efbdba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)