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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | ???壙?V | 00111111001111110011111110011010110110110011111101010110 | 3f3f3f9adb3f56 |
EUC-JP | ???壙?V | 00111111001111110011111111010100110111010011111101010110 | 3f3f3fd4dd3f56 |
UTF-8 | 렻렏렺壙렍V | 11101011101000001011101111101011101000001000111111101011101000001011101011100101101000111001100111101011101000001000110101010110 | eba0bbeba08feba0bae5a399eba08d56 |
UHC | 렻렏렺壙렍V | 1000111011000011100011101010010110001110110000101100111011000101100011101010001101010110 | 8ec38ea58ec2cec58ea356 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)