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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???愿?? | 00111111001111110011111110011100110000110011111100111111 | 3f3f3f9cc33f3f |
EUC-JP | ???愿?? | 00111111001111110011111111011000110001010011111100111111 | 3f3f3fd8c53f3f |
UTF-8 | 亮쇰맦愿뚳쭓 | 111011111010010110110111111011001000011110110000111010111010011110100110111001101000010010111111111010111001101010110011111011001010110110010011 | efa5b7ec87b0eba7a6e684bfeb9ab3ecad93 |
UHC | 亮쇰맦愿뚳쭓 | 111001011011100110111100111010111001000010101111111010101011010010001100111011111010011110001011 | e5b9bceb90afeab48cefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)