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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 昌キシソ | 1000111110111001101101111011110010111111 | 8fb9b7bcbf |
EUC-JP | 昌キシソ | 1011111010111011100011101011011110001110101111001000111010111111 | bebb8eb78ebc8ebf |
UTF-8 | 昌キシソ | 111001101001100010001100111011111011110110110111111011111011110110111100111011111011110110111111 | e6988cefbdb7efbdbcefbdbf |
UHC | 昌??? | 1111001111100011001111110011111100111111 | f3e33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)