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 | 才?漿陋 | 10001101110010110011111110011111111101111110100010011011 | 8dcb3f9ff7e89b |
EUC-JP | 才?漿陋 | 10111010110011010011111111011110111110011110111111111011 | bacd3fdef9effb |
UTF-8 | 才렕漿陋 | 111001101000100110001101111010111010000010010101111001101011110010111111111010011001100110001011 | e6898deba095e6bcbfe9998b |
UHC | 才렕漿陋 | 1110111010100110100011101010101011101101111011001101011110110000 | eea68eaaedecd7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)