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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隲キ邵∃ | 11101000101010111011011111100111101110001000000111001110 | e8abb7e7b881ce |
EUC-JP | 隲キ邵∃ | 1111000010101101100011101011011111101110101110101010001011010000 | f0ad8eb7eebaa2d0 |
UTF-8 | 隲キ邵∃ | 111010011001101010110010111011111011110110110111111010011000001010110101111000101000100010000011 | e99ab2efbdb7e982b5e28883 |
UHC | ??邵∃ | 001111110011111111100001110100001010001010100100 | 3f3fe1d0a2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)