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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | `Β`Β^ | 100000010100110110000011101000001000000101001101100000111010000001011110 | 814d83a0814d83a05e |
EUC-JP | `Β`Β^ | 101000011010111010100110101000101010000110101110101001101010001001011110 | a1aea6a2a1aea6a25e |
UTF-8 | `Β`Β^ | 1110111110111101100000001100111010010010111011111011110110000000110011101001001001011110 | efbd80ce92efbd80ce925e |
UHC | `Β`Β^ | 101000111110000010100101110000101010001111100000101001011100001001011110 | a3e0a5c2a3e0a5c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)