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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ワクワク粭タ | 11011100101110001101110010111000111000101110010011000000 | dcb8dcb8e2e4c0 |
EUC-JP | ワクワク粭タ | 100011101101110010001110101110001000111011011100100011101011100011100100111001101000111011000000 | 8edc8eb88edc8eb8e4e68ec0 |
UTF-8 | ワクワク粭タ | 111011111011111010011100111011111011110110111000111011111011111010011100111011111011110110111000111001111011001010101101111011111011111010000000 | efbe9cefbdb8efbe9cefbdb8e7b2adefbe80 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)