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 | 菴呷傷 | 111001001011110110011001111011001000111110011101 | e4bd99ec8f9d |
EUC-JP | 菴呷傷 | 111010001011111111010010111011101011110111111101 | e8bfd2eebdfd |
UTF-8 | 菴呷傷 | 111010001000111110110100111001011001000110110111111001011000001010110111 | e88fb4e591b7e582b7 |
UHC | 菴?傷 | 1110010011100000001111111101111110111111 | e4e03fdfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)