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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 俑?僧楷? | 1001100011011010001111111001000101101101100111101011001000111111 | 98da3f916d9eb23f |
EUC-JP | 俑?僧楷? | 1101000011011100001111111100000111001110110111001011010000111111 | d0dc3fc1cedcb43f |
UTF-8 | 俑얋僧楷퀯 | 111001001011111110010001111011001001011010001011111001011000001110100111111001101010010110110111111011011000000010101111 | e4bf91ec968be583a7e6a5b7ed80af |
UHC | 俑얋僧楷퀯 | 11101001101101011001110111111001111000111010110011111010101011001011010001000010 | e9b59df9e3acfaacb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)