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 | ーリ棏 | 10110000110110001111101011100111 | b0d8fae7 |
EUC-JP | ーリ棏 | 10001110101100001000111011011000100011111100001111111110 | 8eb08ed88fc3fe |
UTF-8 | ーリ棏 | 111011111011110110110000111011111011111010011000111001101010001110001111 | efbdb0efbe98e6a38f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)