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 | 慂р?率? | 1001110011001000100001001000001000111111100101111010011000111111 | 9cc884823f97a63f |
EUC-JP | 慂р?率? | 1101100011001010101001111110001000111111110011101010100000111111 | d8caa7e23fcea83f |
UTF-8 | 慂р뼹率뜸 | 1110011010000101100000101101000110000000111010111011110010111001111001111000111010000111111010111001110010111000 | e68582d180ebbcb9e78e87eb9cb8 |
UHC | 慂р뼹率뜸 | 11101001101111011010110011100010100101101011110011100001111000111011011011100100 | e9bdace296bce1e3b6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)