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 | 砥?媛?? | 10010011011101010011111110010101010100010011111100111111 | 93753f95513f3f |
EUC-JP | 砥?媛?˚ | 110001011101011000111111110010011011001000111111100011111010001010110110 | c5d63fc9b23f8fa2b6 |
UTF-8 | 砥렱媛븟˚ | 1110011110100000101001011110101110100000101100011110010110101010100110111110101110111000100111111100101110011010 | e7a0a5eba0b1e5aa9bebb89fcb9a |
UHC | 砥렱媛븟˚ | 11110010101100101000111010111110111010101011000010111010111100001010001010101010 | f2b28ebeeab0baf0a2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)