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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跋情ぎ | 111001101110101110001111111011101000001010101100 | e6eb8fee82ac |
EUC-JP | 跋情ぎ | 111011001110110110111110111100001010010010101110 | ecedbef0a4ae |
UTF-8 | 跋情ぎ | 111010001011011110001011111001101000001110000101111000111000000110001110 | e8b78be68385e3818e |
UHC | 跋情ぎ | 110110111010001011101111110101111010101010101110 | dba2efd7aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)