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 | 筝号謙 | 111000101011011010001101100001101000110010101010 | e2b68d868caa |
EUC-JP | 筝号謙 | 111001001011100010111001111001101011100010101100 | e4b8b9e6b8ac |
UTF-8 | 筝号謙 | 111001111010110110011101111001011000111110110111111010001010110010011001 | e7ad9de58fb7e8ac99 |
UHC | ??謙 | 00111111001111111100110011000101 | 3f3fccc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)