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 | 煆ワ酩 | 1111101101010110110111001110011111000111 | fb56dce7c7 |
EUC-JP | 煆ワ酩 | 10001111110010011111010010001110110111001110111011001001 | 8fc9f48edceec9 |
UTF-8 | 煆ワ酩 | 111001111000010110000110111011111011111010011100111010011000010110101001 | e78586efbe9ce985a9 |
UHC | ??酩 | 00111111001111111101100110101110 | 3f3fd9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)