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 | 奛鴫裙而聿 | 11111010101000011000111010110000111001011110001110001110101001111110001111100100 | faa18eb0e5e38ea7e3e4 |
EUC-JP | 奛鴫裙而聿 | 1000111110111000111101111011110010110010111010101110010110111100101010011110011011100110 | 8fb8f7bcb2eae5bca9e6e6 |
UTF-8 | 奛鴫裙而聿 | 111001011010010110011011111010011011010010101011111010001010001110011001111010001000000010001100111010001000000110111111 | e5a59be9b4abe8a399e8808ce881bf |
UHC | ??裙而聿 | 0011111100111111110011111101100111101100101110111110101111010011 | 3f3fcfd9ecbbebd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)