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 | 矗矍矍 | 11100001110111101110000111011101111000011101110111110111101010011111011010110000 | e1dee1dde1ddf7a9f6b0 |
EUC-JP | 矗矍矍?? | 1110001011100000111000101101111111100010110111110011111100111111 | e2e0e2dfe2df3f3f |
UTF-8 | 矗矍矍 | 111001111001111110010111111001111001111110001101111001111001111110001101111011101001011010001100111011101001001110010111 | e79f97e79f8de79f8dee968cee9397 |
UHC | 矗???? | 111101011011100000111111001111110011111100111111 | f5b83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)