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 | ??e^ | 00111111001111110110010101011110 | 3f3f655e |
SJIS-WIN | 形銑e^ | 100011000110000010010001010011000110010101011110 | 8c60914c655e |
EUC-JP | 形銑e^ | 101101111100000111000001101011010110010101011110 | b7c1c1ad655e |
UTF-8 | 形銑e^ | 1110010110111101101000101110100110001010100100010110010101011110 | e5bda2e98a91655e |
UHC | 形銑e^ | 111110111010000111100000110101010110010101011110 | fba1e0d5655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)