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 | ????y\ | 001111110011111100111111001111110111100101011100 | 3f3f3f3f795c |
SJIS-WIN | ?旦?達y\ | 0011111110010010010101010011111110010010010000100111100101011100 | 3f92553f9242795c |
EUC-JP | ?旦?達y\ | 0011111111000011101101100011111111000011101000110111100101011100 | 3fc3b63fc3a3795c |
UTF-8 | 렺旦렺達y\ | 1110101110100000101110101110011010010111101001101110101110100000101110101110100110000001100101000111100101011100 | eba0bae697a6eba0bae98194795c |
UHC | 렺旦렺達y\ | 10001110110000101101001110101001100011101100001011010011101110010111100101011100 | 8ec2d3a98ec2d3b9795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)