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 | 00111111100110101101101100111111001111110011111101010110 | 3f9adb3f3f3f56 |
EUC-JP | ?壙???V | 00111111110101001101110100111111001111110011111101010110 | 3fd4dd3f3f3f56 |
UTF-8 | 렺壙렞렻렏V | 11101011101000001011101011100101101000111001100111101011101000001001111011101011101000001011101111101011101000001000111101010110 | eba0bae5a399eba09eeba0bbeba08f56 |
UHC | 렺壙렞렻렏V | 1000111011000010110011101100010110001110101011111000111011000011100011101010010101010110 | 8ec2cec58eaf8ec38ea556 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)