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??B | 001111110011111101010110001111110011111101000010 | 3f3f563f3f42 |
SJIS-WIN | 釭鹿V悉B | 11111011101111011000111010101101010101101111000010100110100011101011101101000010 | fbbd8ead56f0a68ebb42 |
EUC-JP | 釭鹿V?悉B | 10001111111000111010111110111100101011110101011000111111101111001011110101000010 | 8fe3afbcaf563fbcbd42 |
UTF-8 | 釭鹿V悉B | 1110100110000111101011011110100110111001101111110101011011101110100000011010010111100110100000101000100101000010 | e987ade9b9bf56ee81a5e6828942 |
UHC | ?鹿V?悉B | 0011111111010110111000110101011000111111111000111111101001000010 | 3fd6e3563fe3fa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)