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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逹帷沮霓「 | 111001111001110110011011111001111001111110011100111010001011110110100010 | e79d9be79f9ce8bda2 |
EUC-JP | 逹帷沮霓「 | 11101101111111011101011011101001110111011111110011110000101111111000111010100010 | edfdd6e9ddfcf0bf8ea2 |
UTF-8 | 逹帷沮霓「 | 111010011000000010111001111001011011100010110111111001101011001010101110111010011001110010010011111011111011110110100010 | e980b9e5b8b7e6b2aee99c93efbda2 |
UHC | ??沮霓? | 00111111001111111110111011000001111001111110011100111111 | 3f3feec1e7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)