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 | ?謙寶? | 001111111000110010101010100110111000111100111111 | 3f8caa9b8f3f |
EUC-JP | ?謙寶? | 001111111011100010101100110101011110111100111111 | 3fb8acd5ef3f |
UTF-8 | 렻謙寶렊 | 111010111010000010111011111010001010110010011001111001011010111110110110111010111010000010001010 | eba0bbe8ac99e5afb6eba08a |
UHC | 렻謙寶렊 | 1000111011000011110011001100010111011100110001001000111010100001 | 8ec3ccc5dcc48ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)